C# Class MonoDevelop.SourceEditor.OptionPanels.MarkerPanel

Inheritance: Gtk.Bin, IOptionsPanel
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void

Private Methods

Méthode Description
CheckbuttonSpaces_Toggled ( object sender, EventArgs e ) : void

Method Details

ApplyChanges() public méthode

public ApplyChanges ( ) : void
Résultat void

CreatePanelWidget() public méthode

public CreatePanelWidget ( ) : Control
Résultat Control

Initialize() public méthode

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

IsVisible() public méthode

public IsVisible ( ) : bool
Résultat bool

MarkerPanel() public méthode

public MarkerPanel ( ) : System
Résultat System

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

ValidateChanges() public méthode

public ValidateChanges ( ) : bool
Résultat bool