summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index aabe13e..7b5a78d 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -75,6 +75,7 @@ var classTypes = [nctypes]*classData{
c_checkbox: &classData{
make: gtk_check_button_new,
setText: gtk_button_set_label,
+ text: gtk_button_get_label,
},
c_combobox: &classData{
make: gtk_combo_box_text_new,