C# Class Stetic.WidgetDesignerBackend

Inheritance: Gtk.ScrolledWindow
Exibir arquivo Open project: mono/stetic Class Usage Examples

Private Properties

Property Type Description
CreateMetacityPreview Stetic.Metacity.Preview
GetTheme Stetic.Metacity.Theme
OnParentRealized void
OnResized void
OnSelectionChanged void
OnWindowPropChange void
WidgetDesignerBackend System

Public Methods

Method Description
Dispose ( ) : void
UpdateObjectViewers ( ) : void

Protected Methods

Method Description
OnParentSet ( Gtk previousParent ) : void

Private Methods

Method Description
CreateMetacityPreview ( Gtk window ) : Stetic.Metacity.Preview
GetTheme ( ) : Stetic.Metacity.Theme
OnParentRealized ( object s, EventArgs args ) : void
OnResized ( object s, Gtk a ) : void
OnSelectionChanged ( object ob, EventArgs a ) : void
OnWindowPropChange ( object ob, string name ) : void
WidgetDesignerBackend ( Gtk container, int designWidth, int designHeight ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnParentSet() protected method

protected OnParentSet ( Gtk previousParent ) : void
previousParent Gtk
return void

UpdateObjectViewers() public method

public UpdateObjectViewers ( ) : void
return void