C# Class BugzillaInterface.StringArrayWidget

Inheritance: Gtk.Bin
ファイルを表示 Open project: skyronic/splatter

Public Properties

Property Type Description
model Gtk.ListStore
options string[]

Public Methods

Method Description
GetSelected ( ) : string[]
StringArrayWidget ( ) : System

Protected Methods

Method Description
Build ( ) : void
CheckboxToggled ( object sender, System e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CheckboxToggled() protected method

protected CheckboxToggled ( object sender, System e ) : void
sender object
e System
return void

GetSelected() public method

public GetSelected ( ) : string[]
return string[]

StringArrayWidget() public method

public StringArrayWidget ( ) : System
return System

Property Details

model public_oe property

public ListStore,Gtk model
return Gtk.ListStore

options public_oe property

public string[] options
return string[]