C# Class MonoDevelop.Monobjc.Gui.PreferencesPanel

The options panel for general.
Inheritance: MonoDevelop.Ide.Gui.Dialogs.OptionsPanel
Show file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method Description
ApplyChanges ( ) : void

Applies the changes.

CreatePanelWidget ( ) : Gtk.Widget

Creates the panel widget.

Method Details

ApplyChanges() public method

Applies the changes.
public ApplyChanges ( ) : void
return void

CreatePanelWidget() public method

Creates the panel widget.
public CreatePanelWidget ( ) : Gtk.Widget
return Gtk.Widget