C# Class Stetic.Wrapper.Dialog

Inheritance: Window
Show file Open project: mono/stetic Class Usage Examples

Private Properties

Property Type Description
AddButton Gtk.Button
ButtonIsHelp bool
ButtonsChanged void

Public Methods

Method Description
Dispose ( ) : void
Wrap ( object obj, bool initialized ) : void

Protected Methods

Method Description
ReadChildren ( ObjectReader reader, XmlElement elem ) : void

Private Methods

Method Description
AddButton ( string stockId, Gtk response, bool hasDefault ) : Gtk.Button
ButtonIsHelp ( Gtk button ) : bool
ButtonsChanged ( Container container ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ReadChildren() protected method

protected ReadChildren ( ObjectReader reader, XmlElement elem ) : void
reader ObjectReader
elem System.Xml.XmlElement
return void

Wrap() public method

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
return void