C# Class FileFind.Meshwork.GtkClient.Gui

Exibir arquivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
AddScrolledWindow ( Gtk.Widget widget ) : Gtk.ScrolledWindow
GetPrivateMessageWindow ( Gtk.Node node ) : PrivateChatSubpage
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 ) : PrivateChatSubpage
StartPrivateChat ( Network network, Gtk.Node node ) : void

Method Details

AddScrolledWindow() public static method

public static AddScrolledWindow ( Gtk.Widget widget ) : Gtk.ScrolledWindow
widget Gtk.Widget
return Gtk.ScrolledWindow

GetPrivateMessageWindow() public static method

public static GetPrivateMessageWindow ( Gtk.Node node ) : PrivateChatSubpage
node Gtk.Node
return PrivateChatSubpage

JoinChatRoom() public static method

public static JoinChatRoom ( ChatRoom room ) : void
room ChatRoom
return void

JoinChatRoom() public static method

public static JoinChatRoom ( ChatRoom room, string password ) : void
room ChatRoom
password string
return void

LoadIcon() public static method

public static LoadIcon ( int size ) : Gdk.Pixbuf
size int
return Gdk.Pixbuf

LoadIconFromResource() public static method

public static LoadIconFromResource ( string name, int size ) : Gdk.Pixbuf
name string
size int
return Gdk.Pixbuf

LoadIconFromTheme() public static method

public static LoadIconFromTheme ( string name, int size ) : Gdk.Pixbuf
name string
size int
return Gdk.Pixbuf

RemovePrivateMessageWindow() public static method

public static RemovePrivateMessageWindow ( Network network, Gtk.Node node ) : void
network Network
node Gtk.Node
return void

SetError() public static method

public static SetError ( Gtk widget, bool setting ) : void
widget Gtk
setting bool
return void

SetWindowUrgencyHint() public static method

public static SetWindowUrgencyHint ( Gtk window, bool setting ) : void
window Gtk
setting bool
return void

ShowErrorDialog() public static method

public static ShowErrorDialog ( string text ) : int
text string
return int

ShowErrorDialog() public static method

public static ShowErrorDialog ( string text, Gtk window ) : int
text string
window Gtk
return int

ShowMessageDialog() public static method

public static ShowMessageDialog ( string text ) : int
text string
return int

ShowMessageDialog() public static method

public static ShowMessageDialog ( string text, Gtk window ) : int
text string
window Gtk
return int

ShowMessageDialog() public static method

public static ShowMessageDialog ( string text, Gtk win, Gtk type, Gtk buttons ) : int
text string
win Gtk
type Gtk
buttons Gtk
return int

StartPrivateChat() public static method

public static StartPrivateChat ( Network network, Gtk.Node node, bool focus ) : PrivateChatSubpage
network Network
node Gtk.Node
focus bool
return PrivateChatSubpage

StartPrivateChat() public static method

public static StartPrivateChat ( Network network, Gtk.Node node ) : void
network Network
node Gtk.Node
return void