A ComboBoxText provides a quick and easy way to build a drop-down widget without the extra functionality provided by the combobox. The widget does look exactly the same however. GtkWidget *combobox = ...
gtk_spin_button_get_value(GTK_SPIN_BUTTON(spinbutton)); gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spinbutton)); The get_value() method returns a double type ...