C# Class Stetic.Wrapper.Dialog

Inheritance: Window
Afficher le fichier Open project: mono/stetic Class Usage Examples

Private Properties

Свойство Type Description
AddButton Gtk.Button
ButtonIsHelp bool
ButtonsChanged void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Wrap ( object obj, bool initialized ) : void

Méthodes protégées

Méthode Description
ReadChildren ( ObjectReader reader, XmlElement elem ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadChildren() protected méthode

protected ReadChildren ( ObjectReader reader, XmlElement elem ) : void
reader ObjectReader
elem System.Xml.XmlElement
Résultat void

Wrap() public méthode

public Wrap ( object obj, bool initialized ) : void
obj object
initialized bool
Résultat void