|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtkbin.h>Go to the source code of this file.
Classes | |
| struct | _GtkItem |
| struct | _GtkItemClass |
Macros | |
| #define | GTK_TYPE_ITEM (gtk_item_get_type ()) |
| #define | GTK_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ITEM, GtkItem)) |
| #define | GTK_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_ITEM, GtkItemClass)) |
| #define | GTK_IS_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ITEM)) |
| #define | GTK_IS_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ITEM)) |
| #define | GTK_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ITEM, GtkItemClass)) |
Typedefs | |
| typedef struct _GtkItem | GtkItem |
| typedef struct _GtkItemClass | GtkItemClass |
Functions | |
| GType | gtk_item_get_type (void) G_GNUC_CONST |
| void | gtk_item_select (GtkItem *item) |
| void | gtk_item_deselect (GtkItem *item) |
| void | gtk_item_toggle (GtkItem *item) |
| #define GTK_IS_ITEM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ITEM)) |
| #define GTK_IS_ITEM_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ITEM)) |
| #define GTK_ITEM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ITEM, GtkItem)) |
| #define GTK_ITEM_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_ITEM, GtkItemClass)) |
| #define GTK_ITEM_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ITEM, GtkItemClass)) |
| #define GTK_TYPE_ITEM (gtk_item_get_type ()) |
| typedef struct _GtkItemClass GtkItemClass |
| void gtk_item_deselect | ( | GtkItem * | item | ) |
| GType gtk_item_get_type | ( | void | ) |
| void gtk_item_select | ( | GtkItem * | item | ) |
| void gtk_item_toggle | ( | GtkItem * | item | ) |