C# Class BugzillaInterface.StringArrayWidget

Inheritance: Gtk.Bin
Afficher le fichier Open project: skyronic/splatter

Méthodes publiques

Свойство Type Description
model Gtk.ListStore
options string[]

Méthodes publiques

Méthode Description
GetSelected ( ) : string[]
StringArrayWidget ( ) : System

Méthodes protégées

Méthode Description
Build ( ) : void
CheckboxToggled ( object sender, System e ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

CheckboxToggled() protected méthode

protected CheckboxToggled ( object sender, System e ) : void
sender object
e System
Résultat void

GetSelected() public méthode

public GetSelected ( ) : string[]
Résultat string[]

StringArrayWidget() public méthode

public StringArrayWidget ( ) : System
Résultat System

Property Details

model public_oe property

public ListStore,Gtk model
Résultat Gtk.ListStore

options public_oe property

public string[] options
Résultat string[]