C# Class GailTestApp.MainClass

Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
CheckState ( ) : void
GiveMeARealButton ( ) : Gtk.Button
GiveMeARealButton ( bool embeddedImage ) : Gtk.Button
GiveMeARealCheckBox ( bool embeddedImage ) : Gtk.Button
GiveMeARealComboBox ( ) : Gtk.ComboBox
GiveMeARealComboBoxEntry ( ) : Gtk.ComboBox
GiveMeARealEntry ( bool visible ) : Gtk.Entry
GiveMeARealFrame ( ) : Gtk.Frame
GiveMeARealHPaned ( ) : Gtk.HPaned
GiveMeARealHScrollbar ( ) : Gtk.HScrollbar
GiveMeARealImage ( ) : Gtk.Image
GiveMeARealImage ( bool embeddedImage ) : Gtk.Image
GiveMeARealLabel ( ) : Gtk.Label
GiveMeARealMenuBar ( ) : Gtk.MenuBar
GiveMeARealNotebook ( ) : Gtk.Notebook
GiveMeARealProgressBar ( ) : Gtk.ProgressBar
GiveMeARealRadioButton ( bool embeddedImage ) : Gtk.RadioButton
GiveMeARealSpinButton ( ) : Gtk.SpinButton
GiveMeARealStatusbar ( ) : Gtk.Statusbar
GiveMeARealTextView ( ) : Gtk.TextView
GiveMeARealToolBar ( ) : Gtk.Toolbar
GiveMeARealTreeView ( ) : Gtk.TreeView
GiveMeARealVScale ( ) : Gtk.VScale
GiveMeARealVScrollbar ( ) : Gtk.VScrollbar
GiveMeARealWindow ( ) : Gtk.Window
Kill ( MovingThread thread ) : void
Start ( MovingThread guiThread ) : void
StartRemotely ( MovingThread guiThread ) : void

Private Methods

Method Description
KillMe ( ) : void
Main ( string args ) : void
Run ( ) : void
Start ( ) : void

Method Details

CheckState() public static method

public static CheckState ( ) : void
return void

GiveMeARealButton() public static method

public static GiveMeARealButton ( ) : Gtk.Button
return Gtk.Button

GiveMeARealButton() public static method

public static GiveMeARealButton ( bool embeddedImage ) : Gtk.Button
embeddedImage bool
return Gtk.Button

GiveMeARealCheckBox() public static method

public static GiveMeARealCheckBox ( bool embeddedImage ) : Gtk.Button
embeddedImage bool
return Gtk.Button

GiveMeARealComboBox() public static method

public static GiveMeARealComboBox ( ) : Gtk.ComboBox
return Gtk.ComboBox

GiveMeARealComboBoxEntry() public static method

public static GiveMeARealComboBoxEntry ( ) : Gtk.ComboBox
return Gtk.ComboBox

GiveMeARealEntry() public static method

public static GiveMeARealEntry ( bool visible ) : Gtk.Entry
visible bool
return Gtk.Entry

GiveMeARealFrame() public static method

public static GiveMeARealFrame ( ) : Gtk.Frame
return Gtk.Frame

GiveMeARealHPaned() public static method

public static GiveMeARealHPaned ( ) : Gtk.HPaned
return Gtk.HPaned

GiveMeARealHScrollbar() public static method

public static GiveMeARealHScrollbar ( ) : Gtk.HScrollbar
return Gtk.HScrollbar

GiveMeARealImage() public static method

public static GiveMeARealImage ( ) : Gtk.Image
return Gtk.Image

GiveMeARealImage() public static method

public static GiveMeARealImage ( bool embeddedImage ) : Gtk.Image
embeddedImage bool
return Gtk.Image

GiveMeARealLabel() public static method

public static GiveMeARealLabel ( ) : Gtk.Label
return Gtk.Label

GiveMeARealMenuBar() public static method

public static GiveMeARealMenuBar ( ) : Gtk.MenuBar
return Gtk.MenuBar

GiveMeARealNotebook() public static method

public static GiveMeARealNotebook ( ) : Gtk.Notebook
return Gtk.Notebook

GiveMeARealProgressBar() public static method

public static GiveMeARealProgressBar ( ) : Gtk.ProgressBar
return Gtk.ProgressBar

GiveMeARealRadioButton() public static method

public static GiveMeARealRadioButton ( bool embeddedImage ) : Gtk.RadioButton
embeddedImage bool
return Gtk.RadioButton

GiveMeARealSpinButton() public static method

public static GiveMeARealSpinButton ( ) : Gtk.SpinButton
return Gtk.SpinButton

GiveMeARealStatusbar() public static method

public static GiveMeARealStatusbar ( ) : Gtk.Statusbar
return Gtk.Statusbar

GiveMeARealTextView() public static method

public static GiveMeARealTextView ( ) : Gtk.TextView
return Gtk.TextView

GiveMeARealToolBar() public static method

public static GiveMeARealToolBar ( ) : Gtk.Toolbar
return Gtk.Toolbar

GiveMeARealTreeView() public static method

public static GiveMeARealTreeView ( ) : Gtk.TreeView
return Gtk.TreeView

GiveMeARealVScale() public static method

public static GiveMeARealVScale ( ) : Gtk.VScale
return Gtk.VScale

GiveMeARealVScrollbar() public static method

public static GiveMeARealVScrollbar ( ) : Gtk.VScrollbar
return Gtk.VScrollbar

GiveMeARealWindow() public static method

public static GiveMeARealWindow ( ) : Gtk.Window
return Gtk.Window

Kill() public static method

public static Kill ( MovingThread thread ) : void
thread MovingThread
return void

Start() public static method

public static Start ( MovingThread guiThread ) : void
guiThread MovingThread
return void

StartRemotely() public static method

public static StartRemotely ( MovingThread guiThread ) : void
guiThread MovingThread
return void