The check button widget
=======================
Description
-----------
Another form of toggle button (Note:GtkToggleButton) with an
indicator. Contains a widget to the right of the indicator. Changes
its appearance (hilites) when it gets the focus.
Options
-------
Signals
-------
Functions
---------
- Function: guint gtk_check_button_get_type (void)
Returns the `GtkCheckButton' type identifier.
- Function: GtkWidget* gtk_check_button_new (void)
Create a new `GtkCheckButton' object and initialize it with the
default values in the library. The new widget is returned as a
pointer to a `GtkWidget' object. A `NULL' is returned on failure.
- Function: GtkWidget* gtk_check_button_new_with_label (gchar *LABEL)
Create a new `GtkCheckButton' object and initialize it with the
values LABEL. The new widget is returned as a pointer to a
`GtkWidget' object. `NULL' is returned on any failure.
- Function: GtkCheckButton* GTK_CHECK_BUTTON (gpointer OBJ)
- Function: GtkCheckButtonClass* GTK_CHECK_BUTTON_CLASS (gpointer
CLASS)
- Function: gint GTK_IS_CHECK_BUTTON (gpointer OBJ)
- Function: GtkCheckButton* GTK_CHECK_BUTTON (gpointer OBJ)
Cast a generic pointer to `GtkCheckButton*'. Note:Standard
Macros, for more info.
- Function: GtkCheckButtonClass* GTK_CHECK_BUTTON_CLASS (gpointer
CLASS)
Cast a generic pointer to `GtkCheckButtonClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_CHECK_BUTTON (gpointer OBJ)
Determine if a generic pointer refers to a `GtkCheckButton'
object. Note:Standard Macros, for more info.