C# Class FileFind.Meshwork.GtkClient.ChatSubpageBase

Inheritance: MonoDevelop.Components.GladeWidgetExtract, IPage
Mostrar archivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
AddToChat ( Node messageFrom, string messageText ) : void
ChatSubpageBase ( ) : System
Close ( ) : void

Protected Methods

Method Description
AddInfo ( string infoText ) : void

Private Methods

Method Description
ScrollToBottom ( ) : void
base_FocusGrabbed ( object o, EventArgs args ) : void
chatTextView_KeyPressEvent ( object o, Gtk.KeyPressEventArgs args ) : void
inputTextView_KeyPressEvent ( object o, Gtk.KeyPressEventArgs e ) : void

Method Details

AddInfo() protected method

protected AddInfo ( string infoText ) : void
infoText string
return void

AddToChat() public method

public AddToChat ( Node messageFrom, string messageText ) : void
messageFrom Node
messageText string
return void

ChatSubpageBase() public method

public ChatSubpageBase ( ) : System
return System

Close() public method

public Close ( ) : void
return void