C# Class CjCombo, chronojump

ファイルを表示 Open project: GNOME/chronojump

Protected Properties

Property Type Description
combo Gtk.ComboBox
hbox Gtk.HBox
l_types List

Public Methods

Method Description
DeleteValue ( string nameTranslated ) : Gtk.ComboBox
Fill ( ) : void
GetNameTranslated ( string nameEnglish ) : string
GetSelectedNameEnglish ( ) : string
MakeActive ( string nameEnglish ) : void
SelectById ( int id ) : Gtk.ComboBox

Protected Methods

Method Description
create ( ) : void
package ( ) : void
select ( ) : void

Method Details

DeleteValue() public method

public DeleteValue ( string nameTranslated ) : Gtk.ComboBox
nameTranslated string
return Gtk.ComboBox

Fill() public method

public Fill ( ) : void
return void

GetNameTranslated() public method

public GetNameTranslated ( string nameEnglish ) : string
nameEnglish string
return string

GetSelectedNameEnglish() public method

public GetSelectedNameEnglish ( ) : string
return string

MakeActive() public method

public MakeActive ( string nameEnglish ) : void
nameEnglish string
return void

SelectById() public method

public SelectById ( int id ) : Gtk.ComboBox
id int
return Gtk.ComboBox

create() protected method

protected create ( ) : void
return void

package() protected method

protected package ( ) : void
return void

select() protected method

protected select ( ) : void
return void

Property Details

combo protected_oe property

protected ComboBox,Gtk combo
return Gtk.ComboBox

hbox protected_oe property

protected HBox,Gtk hbox
return Gtk.HBox

l_types protected_oe property

protected List l_types
return List