Method
Gtk ToggleButtonget_mode
Declaration [src]
gboolean
gtk_toggle_button_get_mode(
GtkToggleButton*toggle_button
)
Description [src]
Retrieves whether the button is displayed as a separate indicator and label. See gtk_toggle_button_set_mode().
Return value
Type: gboolean
TRUE if the togglebutton is drawn as a separate indicator
and label.