24 #ifndef __GTK_ORIENTABLE_H__
25 #define __GTK_ORIENTABLE_H__
27 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
28 #error "Only <gtk/gtk.h> can be included directly."
35 #define GTK_TYPE_ORIENTABLE (gtk_orientable_get_type ())
36 #define GTK_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable))
37 #define GTK_ORIENTABLE_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_ORIENTABLE, GtkOrientableIface))
38 #define GTK_IS_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE))
39 #define GTK_IS_ORIENTABLE_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_ORIENTABLE))
40 #define GTK_ORIENTABLE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface))
GtkOrientation gtk_orientable_get_orientation(GtkOrientable *orientable)
GType gtk_orientable_get_type(void) G_GNUC_CONST
struct _GtkOrientable GtkOrientable
void gtk_orientable_set_orientation(GtkOrientable *orientable, GtkOrientation orientation)
GTypeInterface base_iface