Property | Type | Description | |
---|---|---|---|
EnableDisableOkButton | void | ||
HideShowPasswordBox | void | ||
InviteToChatDialog | System | ||
RoomComboImageFunc | void | ||
RoomComboTextFunc | void | ||
UserComboImageFunc | void | ||
UserComboTextFunc | void |
Method | Description | |
---|---|---|
InviteToChatDialog ( Network network, ChatRoom room ) : System | ||
InviteToChatDialog ( Network network, Gtk.Node node ) : System |
Method | Description | |
---|---|---|
OnResponded ( int responseId ) : void |
Method | Description | |
---|---|---|
EnableDisableOkButton ( ) : void | ||
HideShowPasswordBox ( ) : void | ||
InviteToChatDialog ( Network network, Gtk.Node node, ChatRoom room ) : System | ||
RoomComboImageFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void | ||
RoomComboTextFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void | ||
UserComboImageFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void | ||
UserComboTextFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void |
public InviteToChatDialog ( Network network, ChatRoom room ) : System | ||
network | Network | |
room | ChatRoom | |
return | System |
public InviteToChatDialog ( Network network, Gtk.Node node ) : System | ||
network | Network | |
node | Gtk.Node | |
return | System |
protected OnResponded ( int responseId ) : void | ||
responseId | int | |
return | void |