C# Class GtkForm.DemoMain

Show file Open project: mono/uia2atk

Public Methods

Method Description
DemoMain ( ) : System
Main ( string args ) : void

Private Methods

Method 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 method

public DemoMain ( ) : System
return System

Main() public static method

public static Main ( string args ) : void
args string
return void