C# Class MonoDevelop.SourceEditor.OptionPanels.MarkerPanel

Inheritance: Gtk.Bin, IOptionsPanel
ファイルを表示 Open project: powerumc/monodevelop_korean

Public Methods

Method Description
ApplyChanges ( ) : void
CreatePanelWidget ( ) : Control
Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void
IsVisible ( ) : bool
MarkerPanel ( ) : System
ValidateChanges ( ) : bool

Protected Methods

Method Description
OnDestroyed ( ) : void

Private Methods

Method Description
CheckbuttonSpaces_Toggled ( object sender, EventArgs e ) : void

Method Details

ApplyChanges() public method

public ApplyChanges ( ) : void
return void

CreatePanelWidget() public method

public CreatePanelWidget ( ) : Control
return Control

Initialize() public method

public Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void
dialog MonoDevelop.Ide.Gui.Dialogs.OptionsDialog
dataObject object
return void

IsVisible() public method

public IsVisible ( ) : bool
return bool

MarkerPanel() public method

public MarkerPanel ( ) : System
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

ValidateChanges() public method

public ValidateChanges ( ) : bool
return bool