Ardour
9.0-pre0-582-g084a23a80d
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Classes | |
struct | _GtkOrientableIface |
Macros | |
#define | GTK_TYPE_ORIENTABLE (gtk_orientable_get_type ()) |
#define | GTK_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable)) |
#define | GTK_ORIENTABLE_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_ORIENTABLE, GtkOrientableIface)) |
#define | GTK_IS_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE)) |
#define | GTK_IS_ORIENTABLE_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_ORIENTABLE)) |
#define | GTK_ORIENTABLE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface)) |
Typedefs | |
typedef struct _GtkOrientable | GtkOrientable |
typedef struct _GtkOrientableIface | GtkOrientableIface |
Functions | |
GType | gtk_orientable_get_type (void) G_GNUC_CONST |
void | gtk_orientable_set_orientation (GtkOrientable *orientable, GtkOrientation orientation) |
GtkOrientation | gtk_orientable_get_orientation (GtkOrientable *orientable) |
#define GTK_IS_ORIENTABLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE)) |
Definition at line 38 of file gtkorientable.h.
#define GTK_IS_ORIENTABLE_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_ORIENTABLE)) |
Definition at line 39 of file gtkorientable.h.
#define GTK_ORIENTABLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable)) |
Definition at line 36 of file gtkorientable.h.
#define GTK_ORIENTABLE_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_ORIENTABLE, GtkOrientableIface)) |
Definition at line 37 of file gtkorientable.h.
#define GTK_ORIENTABLE_GET_IFACE | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface)) |
Definition at line 40 of file gtkorientable.h.
#define GTK_TYPE_ORIENTABLE (gtk_orientable_get_type ()) |
Definition at line 35 of file gtkorientable.h.
typedef struct _GtkOrientable GtkOrientable |
Definition at line 33 of file gtkorientable.h.
typedef struct _GtkOrientableIface GtkOrientableIface |
Definition at line 33 of file gtkorientable.h.
GtkOrientation gtk_orientable_get_orientation | ( | GtkOrientable * | orientable | ) |
GType gtk_orientable_get_type | ( | void | ) |
void gtk_orientable_set_orientation | ( | GtkOrientable * | orientable, |
GtkOrientation | orientation | ||
) |