C# Class MonoDevelop.Monobjc.Gui.PreferencesWidget

Inheritance: Gtk.Bin
Afficher le fichier Open project: Monobjc/monobjc-monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
Load ( ) : void

Loads the specified project.

PreferencesWidget ( ) : System

Initializes a new instance of the MonobjcPreferencesWidget class.

Save ( ) : void

Saves the specified project.

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
HandleFilechooserbuttonDeveloperToolshandleSelectionChanged ( object sender, EventArgs e ) : void
UpdateVersion ( String folder ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

Load() public méthode

Loads the specified project.
public Load ( ) : void
Résultat void

PreferencesWidget() public méthode

Initializes a new instance of the MonobjcPreferencesWidget class.
public PreferencesWidget ( ) : System
Résultat System

Save() public méthode

Saves the specified project.
public Save ( ) : void
Résultat void