Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Data Structures | |
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_IS_ORIENTABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), 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 | |
GDK_AVAILABLE_IN_ALL GType | gtk_orientable_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_ALL void | gtk_orientable_set_orientation (GtkOrientable *orientable, GtkOrientation orientation) |
GDK_AVAILABLE_IN_ALL GtkOrientation | gtk_orientable_get_orientation (GtkOrientable *orientable) |
#define GTK_IS_ORIENTABLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ORIENTABLE)) |
Definition at line 34 of file gtkorientable.h.
#define GTK_ORIENTABLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ORIENTABLE, GtkOrientable)) |
Definition at line 33 of file gtkorientable.h.
#define GTK_ORIENTABLE_GET_IFACE | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_ORIENTABLE, GtkOrientableIface)) |
Definition at line 35 of file gtkorientable.h.
#define GTK_TYPE_ORIENTABLE (gtk_orientable_get_type ()) |
Definition at line 32 of file gtkorientable.h.
typedef struct _GtkOrientable GtkOrientable |
Definition at line 37 of file gtkorientable.h.
typedef struct _GtkOrientableIface GtkOrientableIface |
Definition at line 38 of file gtkorientable.h.
GDK_AVAILABLE_IN_ALL GtkOrientation gtk_orientable_get_orientation | ( | GtkOrientable * | orientable | ) |
GDK_AVAILABLE_IN_ALL GType gtk_orientable_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL void gtk_orientable_set_orientation | ( | GtkOrientable * | orientable, |
GtkOrientation | orientation ) |