Method | Description | |
---|---|---|
AddScrolledWindow ( Gtk.Widget widget ) : Gtk.ScrolledWindow | ||
GetPrivateMessageWindow ( Gtk.Node node ) : |
||
JoinChatRoom ( ChatRoom room ) : void | ||
JoinChatRoom ( ChatRoom room, string password ) : void | ||
LoadIcon ( int size ) : Gdk.Pixbuf | ||
LoadIconFromResource ( string name, int size ) : Gdk.Pixbuf | ||
LoadIconFromTheme ( string name, int size ) : Gdk.Pixbuf | ||
RemovePrivateMessageWindow ( Network network, Gtk.Node node ) : void | ||
SetError ( Gtk widget, bool setting ) : void | ||
SetWindowUrgencyHint ( Gtk window, bool setting ) : void | ||
ShowErrorDialog ( string text ) : int | ||
ShowErrorDialog ( string text, Gtk window ) : int | ||
ShowMessageDialog ( string text ) : int | ||
ShowMessageDialog ( string text, Gtk window ) : int | ||
ShowMessageDialog ( string text, Gtk win, Gtk type, Gtk buttons ) : int | ||
StartPrivateChat ( Network network, Gtk.Node node, bool focus ) : |
||
StartPrivateChat ( Network network, Gtk.Node node ) : void |
public static AddScrolledWindow ( Gtk.Widget widget ) : Gtk.ScrolledWindow | ||
widget | Gtk.Widget | |
return | Gtk.ScrolledWindow |
public static GetPrivateMessageWindow ( Gtk.Node node ) : |
||
node | Gtk.Node | |
return |
public static JoinChatRoom ( ChatRoom room ) : void | ||
room | ChatRoom | |
return | void |
public static JoinChatRoom ( ChatRoom room, string password ) : void | ||
room | ChatRoom | |
password | string | |
return | void |
public static LoadIcon ( int size ) : Gdk.Pixbuf | ||
size | int | |
return | Gdk.Pixbuf |
public static LoadIconFromResource ( string name, int size ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
return | Gdk.Pixbuf |
public static LoadIconFromTheme ( string name, int size ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
return | Gdk.Pixbuf |
public static RemovePrivateMessageWindow ( Network network, Gtk.Node node ) : void | ||
network | Network | |
node | Gtk.Node | |
return | void |
public static SetError ( Gtk widget, bool setting ) : void | ||
widget | Gtk | |
setting | bool | |
return | void |
public static SetWindowUrgencyHint ( Gtk window, bool setting ) : void | ||
window | Gtk | |
setting | bool | |
return | void |
public static ShowErrorDialog ( string text ) : int | ||
text | string | |
return | int |
public static ShowErrorDialog ( string text, Gtk window ) : int | ||
text | string | |
window | Gtk | |
return | int |
public static ShowMessageDialog ( string text ) : int | ||
text | string | |
return | int |
public static ShowMessageDialog ( string text, Gtk window ) : int | ||
text | string | |
window | Gtk | |
return | int |
public static ShowMessageDialog ( string text, Gtk win, Gtk type, Gtk buttons ) : int | ||
text | string | |
win | Gtk | |
type | Gtk | |
buttons | Gtk | |
return | int |
public static StartPrivateChat ( Network network, Gtk.Node node, bool focus ) : |
||
network | Network | |
node | Gtk.Node | |
focus | bool | |
return |
public static StartPrivateChat ( Network network, Gtk.Node node ) : void | ||
network | Network | |
node | Gtk.Node | |
return | void |