C# Class FileFind.Meshwork.GtkClient.ChatMenu

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
on_mnuChat_show ( object o, EventArgs args ) : void

Method Details

ChatMenu() public méthode

public ChatMenu ( ) : System
Résultat System

Popup() public méthode

public Popup ( ChatRoom selectedRoom ) : void
selectedRoom ChatRoom
Résultat void

on_mnuChatCreateNewChatroom_activate() public méthode

public on_mnuChatCreateNewChatroom_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void

on_mnuChatJoinRoom_activate() public méthode

public on_mnuChatJoinRoom_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
Résultat void