C# 클래스 GailTestApp.MainClass

파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
KillMe ( ) : void
Main ( string args ) : void
Run ( ) : void
Start ( ) : void

메소드 상세

CheckState() 공개 정적인 메소드

public static CheckState ( ) : void
리턴 void

GiveMeARealButton() 공개 정적인 메소드

public static GiveMeARealButton ( ) : Gtk.Button
리턴 Gtk.Button

GiveMeARealButton() 공개 정적인 메소드

public static GiveMeARealButton ( bool embeddedImage ) : Gtk.Button
embeddedImage bool
리턴 Gtk.Button

GiveMeARealCheckBox() 공개 정적인 메소드

public static GiveMeARealCheckBox ( bool embeddedImage ) : Gtk.Button
embeddedImage bool
리턴 Gtk.Button

GiveMeARealComboBox() 공개 정적인 메소드

public static GiveMeARealComboBox ( ) : Gtk.ComboBox
리턴 Gtk.ComboBox

GiveMeARealComboBoxEntry() 공개 정적인 메소드

public static GiveMeARealComboBoxEntry ( ) : Gtk.ComboBox
리턴 Gtk.ComboBox

GiveMeARealEntry() 공개 정적인 메소드

public static GiveMeARealEntry ( bool visible ) : Gtk.Entry
visible bool
리턴 Gtk.Entry

GiveMeARealFrame() 공개 정적인 메소드

public static GiveMeARealFrame ( ) : Gtk.Frame
리턴 Gtk.Frame

GiveMeARealHPaned() 공개 정적인 메소드

public static GiveMeARealHPaned ( ) : Gtk.HPaned
리턴 Gtk.HPaned

GiveMeARealHScrollbar() 공개 정적인 메소드

public static GiveMeARealHScrollbar ( ) : Gtk.HScrollbar
리턴 Gtk.HScrollbar

GiveMeARealImage() 공개 정적인 메소드

public static GiveMeARealImage ( ) : Gtk.Image
리턴 Gtk.Image

GiveMeARealImage() 공개 정적인 메소드

public static GiveMeARealImage ( bool embeddedImage ) : Gtk.Image
embeddedImage bool
리턴 Gtk.Image

GiveMeARealLabel() 공개 정적인 메소드

public static GiveMeARealLabel ( ) : Gtk.Label
리턴 Gtk.Label

GiveMeARealMenuBar() 공개 정적인 메소드

public static GiveMeARealMenuBar ( ) : Gtk.MenuBar
리턴 Gtk.MenuBar

GiveMeARealNotebook() 공개 정적인 메소드

public static GiveMeARealNotebook ( ) : Gtk.Notebook
리턴 Gtk.Notebook

GiveMeARealProgressBar() 공개 정적인 메소드

public static GiveMeARealProgressBar ( ) : Gtk.ProgressBar
리턴 Gtk.ProgressBar

GiveMeARealRadioButton() 공개 정적인 메소드

public static GiveMeARealRadioButton ( bool embeddedImage ) : Gtk.RadioButton
embeddedImage bool
리턴 Gtk.RadioButton

GiveMeARealSpinButton() 공개 정적인 메소드

public static GiveMeARealSpinButton ( ) : Gtk.SpinButton
리턴 Gtk.SpinButton

GiveMeARealStatusbar() 공개 정적인 메소드

public static GiveMeARealStatusbar ( ) : Gtk.Statusbar
리턴 Gtk.Statusbar

GiveMeARealTextView() 공개 정적인 메소드

public static GiveMeARealTextView ( ) : Gtk.TextView
리턴 Gtk.TextView

GiveMeARealToolBar() 공개 정적인 메소드

public static GiveMeARealToolBar ( ) : Gtk.Toolbar
리턴 Gtk.Toolbar

GiveMeARealTreeView() 공개 정적인 메소드

public static GiveMeARealTreeView ( ) : Gtk.TreeView
리턴 Gtk.TreeView

GiveMeARealVScale() 공개 정적인 메소드

public static GiveMeARealVScale ( ) : Gtk.VScale
리턴 Gtk.VScale

GiveMeARealVScrollbar() 공개 정적인 메소드

public static GiveMeARealVScrollbar ( ) : Gtk.VScrollbar
리턴 Gtk.VScrollbar

GiveMeARealWindow() 공개 정적인 메소드

public static GiveMeARealWindow ( ) : Gtk.Window
리턴 Gtk.Window

Kill() 공개 정적인 메소드

public static Kill ( MovingThread thread ) : void
thread MovingThread
리턴 void

Start() 공개 정적인 메소드

public static Start ( MovingThread guiThread ) : void
guiThread MovingThread
리턴 void

StartRemotely() 공개 정적인 메소드

public static StartRemotely ( MovingThread guiThread ) : void
guiThread MovingThread
리턴 void