C# Class MonoDevelop.UnitTesting.ButtonNotebook

Inheritance: Gtk.Notebook
Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Public Properties

Property Type Description
PageLoadRequired EventHandler

Public Methods

Method Description
AddPage ( string text, Gtk.Widget widget ) : int
HidePage ( int n ) : void
Reset ( ) : void
ShowPage ( int n ) : void

Protected Methods

Method Description
OnSwitchPage ( Gtk.NotebookPage page, uint n ) : void

Private Methods

Method Description
OnPageLoadRequired ( ) : void

Method Details

AddPage() public method

public AddPage ( string text, Gtk.Widget widget ) : int
text string
widget Gtk.Widget
return int

HidePage() public method

public HidePage ( int n ) : void
n int
return void

OnSwitchPage() protected method

protected OnSwitchPage ( Gtk.NotebookPage page, uint n ) : void
page Gtk.NotebookPage
n uint
return void

Reset() public method

public Reset ( ) : void
return void

ShowPage() public method

public ShowPage ( int n ) : void
n int
return void

Property Details

PageLoadRequired public property

public EventHandler PageLoadRequired
return EventHandler