![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gtkextra.h> GtkCheckItem; GtkWidget* gtk_check_item_new (void); GtkWidget* gtk_check_item_new_with_label (const gchar *label); void gtk_check_item_construct_with_label (GtkCheckItem *check_item, const gchar *label);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GtkToggleButton +----GtkCheckItem
GtkCheckItem implements AtkImplementorIface, GtkBuildable and GtkActivatable.
typedef struct _GtkCheckItem GtkCheckItem;
The GtkCheckItem struct contains only private data. It should only be accessed through the functions described below.
GtkWidget* gtk_check_item_new_with_label (const gchar *label);
Create a GtkCheckItem widget with a specified label.
|
text near the check item |
Returns : |
the newly-created GtkCheckItem. |
void gtk_check_item_construct_with_label (GtkCheckItem *check_item, const gchar *label);
Initialize a GtkCheckItem widget with a specified label.
|
a GtkCheckItem widget |
|
text near the check item |