Whoops, forgot Checkbox.Text() on GTK+. Fixed.
This commit is contained in:
parent
d60da1a928
commit
51fea6be87
|
@ -75,6 +75,7 @@ var classTypes = [nctypes]*classData{
|
||||||
c_checkbox: &classData{
|
c_checkbox: &classData{
|
||||||
make: gtk_check_button_new,
|
make: gtk_check_button_new,
|
||||||
setText: gtk_button_set_label,
|
setText: gtk_button_set_label,
|
||||||
|
text: gtk_button_get_label,
|
||||||
},
|
},
|
||||||
c_combobox: &classData{
|
c_combobox: &classData{
|
||||||
make: gtk_combo_box_text_new,
|
make: gtk_combo_box_text_new,
|
||||||
|
|
Loading…
Reference in New Issue