C# Class MonoDevelop.Monobjc.Gui.PreferencesWidget

Inheritance: Gtk.Bin
Show file Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Public Methods

Method Description
Load ( ) : void

Loads the specified project.

PreferencesWidget ( ) : System

Initializes a new instance of the MonobjcPreferencesWidget class.

Save ( ) : void

Saves the specified project.

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
HandleFilechooserbuttonDeveloperToolshandleSelectionChanged ( object sender, EventArgs e ) : void
UpdateVersion ( String folder ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

Load() public method

Loads the specified project.
public Load ( ) : void
return void

PreferencesWidget() public method

Initializes a new instance of the MonobjcPreferencesWidget class.
public PreferencesWidget ( ) : System
return System

Save() public method

Saves the specified project.
public Save ( ) : void
return void