Ardour
9.0-pre0-384-ga76afae0e9
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Classes | |
struct | _GtkSeparator |
struct | _GtkSeparatorClass |
Macros | |
#define | GTK_TYPE_SEPARATOR (gtk_separator_get_type ()) |
#define | GTK_SEPARATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR, GtkSeparator)) |
#define | GTK_SEPARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEPARATOR, GtkSeparatorClass)) |
#define | GTK_IS_SEPARATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR)) |
#define | GTK_IS_SEPARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEPARATOR)) |
#define | GTK_SEPARATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass)) |
Typedefs | |
typedef struct _GtkSeparator | GtkSeparator |
typedef struct _GtkSeparatorClass | GtkSeparatorClass |
Functions | |
GType | gtk_separator_get_type (void) G_GNUC_CONST |
#define GTK_IS_SEPARATOR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR)) |
Definition at line 43 of file gtkseparator.h.
#define GTK_IS_SEPARATOR_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEPARATOR)) |
Definition at line 44 of file gtkseparator.h.
#define GTK_SEPARATOR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR, GtkSeparator)) |
Definition at line 41 of file gtkseparator.h.
#define GTK_SEPARATOR_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEPARATOR, GtkSeparatorClass)) |
Definition at line 42 of file gtkseparator.h.
#define GTK_SEPARATOR_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass)) |
Definition at line 45 of file gtkseparator.h.
#define GTK_TYPE_SEPARATOR (gtk_separator_get_type ()) |
Definition at line 40 of file gtkseparator.h.
typedef struct _GtkSeparator GtkSeparator |
Definition at line 38 of file gtkseparator.h.
typedef struct _GtkSeparatorClass GtkSeparatorClass |
Definition at line 38 of file gtkseparator.h.
GType gtk_separator_get_type | ( | void | ) |