|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtkbin.h>Go to the source code of this file.
Classes | |
| struct | _GtkEventBox |
| struct | _GtkEventBoxClass |
Macros | |
| #define | GTK_TYPE_EVENT_BOX (gtk_event_box_get_type ()) |
| #define | GTK_EVENT_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_EVENT_BOX, GtkEventBox)) |
| #define | GTK_EVENT_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_EVENT_BOX, GtkEventBoxClass)) |
| #define | GTK_IS_EVENT_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_EVENT_BOX)) |
| #define | GTK_IS_EVENT_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_EVENT_BOX)) |
| #define | GTK_EVENT_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_EVENT_BOX, GtkEventBoxClass)) |
Typedefs | |
| typedef struct _GtkEventBox | GtkEventBox |
| typedef struct _GtkEventBoxClass | GtkEventBoxClass |
Functions | |
| GType | gtk_event_box_get_type (void) G_GNUC_CONST |
| GtkWidget * | gtk_event_box_new (void) |
| gboolean | gtk_event_box_get_visible_window (GtkEventBox *event_box) |
| void | gtk_event_box_set_visible_window (GtkEventBox *event_box, gboolean visible_window) |
| gboolean | gtk_event_box_get_above_child (GtkEventBox *event_box) |
| void | gtk_event_box_set_above_child (GtkEventBox *event_box, gboolean above_child) |
| #define GTK_EVENT_BOX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_EVENT_BOX, GtkEventBox)) |
Definition at line 41 of file gtkeventbox.h.
| #define GTK_EVENT_BOX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_EVENT_BOX, GtkEventBoxClass)) |
Definition at line 42 of file gtkeventbox.h.
| #define GTK_EVENT_BOX_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_EVENT_BOX, GtkEventBoxClass)) |
Definition at line 45 of file gtkeventbox.h.
| #define GTK_IS_EVENT_BOX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_EVENT_BOX)) |
Definition at line 43 of file gtkeventbox.h.
| #define GTK_IS_EVENT_BOX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_EVENT_BOX)) |
Definition at line 44 of file gtkeventbox.h.
| #define GTK_TYPE_EVENT_BOX (gtk_event_box_get_type ()) |
Definition at line 40 of file gtkeventbox.h.
| typedef struct _GtkEventBox GtkEventBox |
Definition at line 38 of file gtkeventbox.h.
| typedef struct _GtkEventBoxClass GtkEventBoxClass |
Definition at line 38 of file gtkeventbox.h.
| gboolean gtk_event_box_get_above_child | ( | GtkEventBox * | event_box | ) |
| GType gtk_event_box_get_type | ( | void | ) |
| gboolean gtk_event_box_get_visible_window | ( | GtkEventBox * | event_box | ) |
| GtkWidget* gtk_event_box_new | ( | void | ) |
| void gtk_event_box_set_above_child | ( | GtkEventBox * | event_box, |
| gboolean | above_child | ||
| ) |
| void gtk_event_box_set_visible_window | ( | GtkEventBox * | event_box, |
| gboolean | visible_window | ||
| ) |