C# Class FileFind.Meshwork.GtkClient.ChatMenu

Mostrar archivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ChatMenu ( ) : System
Popup ( ChatRoom selectedRoom ) : void
on_mnuChatCreateNewChatroom_activate ( object o, EventArgs e ) : void
on_mnuChatJoinRoom_activate ( object o, EventArgs e ) : void

Private Methods

Method Description
on_mnuChat_show ( object o, EventArgs args ) : void

Method Details

ChatMenu() public method

public ChatMenu ( ) : System
return System

Popup() public method

public Popup ( ChatRoom selectedRoom ) : void
selectedRoom ChatRoom
return void

on_mnuChatCreateNewChatroom_activate() public method

public on_mnuChatCreateNewChatroom_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void

on_mnuChatJoinRoom_activate() public method

public on_mnuChatJoinRoom_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void