C# Class GtkForm.DemoMain

Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
DemoMain ( ) : System
Main ( string args ) : void

Private Methods

Méthode Description
AddTextBoxClicked ( object o, EventArgs args ) : void
AddTreeViewColumn ( Gtk treeView, int i, string name ) : void
AddTreeViewColumn ( Gtk treeView, int i, string name, bool toggle ) : void
Button1Clicked ( object o, EventArgs args ) : void
Button4Clicked ( object o, EventArgs args ) : void
RemoveTextBoxClicked ( object o, EventArgs args ) : void
WindowDelete ( object o, Gtk.DeleteEventArgs args ) : void
btnRunClicked ( object o, EventArgs args ) : void

Method Details

DemoMain() public méthode

public DemoMain ( ) : System
Résultat System

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void