Ardour  8.7-14-g57a6773833
gtkorientable.h File Reference
#include <gtk/gtkwidget.h>
Include dependency graph for gtkorientable.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ GTK_IS_ORIENTABLE

#define GTK_IS_ORIENTABLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE))

Definition at line 38 of file gtkorientable.h.

◆ GTK_IS_ORIENTABLE_CLASS

#define GTK_IS_ORIENTABLE_CLASS (   vtable)    (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_ORIENTABLE))

Definition at line 39 of file gtkorientable.h.

◆ GTK_ORIENTABLE

#define GTK_ORIENTABLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable))

Definition at line 36 of file gtkorientable.h.

◆ GTK_ORIENTABLE_CLASS

#define GTK_ORIENTABLE_CLASS (   vtable)    (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_ORIENTABLE, GtkOrientableIface))

Definition at line 37 of file gtkorientable.h.

◆ GTK_ORIENTABLE_GET_IFACE

#define GTK_ORIENTABLE_GET_IFACE (   inst)    (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface))

Definition at line 40 of file gtkorientable.h.

◆ GTK_TYPE_ORIENTABLE

#define GTK_TYPE_ORIENTABLE   (gtk_orientable_get_type ())

Definition at line 35 of file gtkorientable.h.

Typedef Documentation

◆ GtkOrientable

typedef struct _GtkOrientable GtkOrientable

Definition at line 33 of file gtkorientable.h.

◆ GtkOrientableIface

Definition at line 33 of file gtkorientable.h.

Function Documentation

◆ gtk_orientable_get_orientation()

GtkOrientation gtk_orientable_get_orientation ( GtkOrientable orientable)

◆ gtk_orientable_get_type()

GType gtk_orientable_get_type ( void  )

◆ gtk_orientable_set_orientation()

void gtk_orientable_set_orientation ( GtkOrientable orientable,
GtkOrientation  orientation 
)