Ardour
9.0-pre0-384-ga76afae0e9
|
#include <gtk/gtktoolitem.h>
Go to the source code of this file.
Classes | |
struct | _GtkSeparatorToolItem |
struct | _GtkSeparatorToolItemClass |
Macros | |
#define | GTK_TYPE_SEPARATOR_TOOL_ITEM (gtk_separator_tool_item_get_type ()) |
#define | GTK_SEPARATOR_TOOL_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItem)) |
#define | GTK_SEPARATOR_TOOL_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItemClass)) |
#define | GTK_IS_SEPARATOR_TOOL_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM)) |
#define | GTK_IS_SEPARATOR_TOOL_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEPARATOR_TOOL_ITEM)) |
#define | GTK_SEPARATOR_TOOL_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItemClass)) |
Typedefs | |
typedef struct _GtkSeparatorToolItem | GtkSeparatorToolItem |
typedef struct _GtkSeparatorToolItemClass | GtkSeparatorToolItemClass |
typedef struct _GtkSeparatorToolItemPrivate | GtkSeparatorToolItemPrivate |
Functions | |
GType | gtk_separator_tool_item_get_type (void) G_GNUC_CONST |
GtkToolItem * | gtk_separator_tool_item_new (void) |
gboolean | gtk_separator_tool_item_get_draw (GtkSeparatorToolItem *item) |
void | gtk_separator_tool_item_set_draw (GtkSeparatorToolItem *item, gboolean draw) |
#define GTK_IS_SEPARATOR_TOOL_ITEM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM)) |
Definition at line 36 of file gtkseparatortoolitem.h.
#define GTK_IS_SEPARATOR_TOOL_ITEM_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEPARATOR_TOOL_ITEM)) |
Definition at line 37 of file gtkseparatortoolitem.h.
#define GTK_SEPARATOR_TOOL_ITEM | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItem)) |
Definition at line 34 of file gtkseparatortoolitem.h.
#define GTK_SEPARATOR_TOOL_ITEM_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItemClass)) |
Definition at line 35 of file gtkseparatortoolitem.h.
#define GTK_SEPARATOR_TOOL_ITEM_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_SEPARATOR_TOOL_ITEM, GtkSeparatorToolItemClass)) |
Definition at line 38 of file gtkseparatortoolitem.h.
#define GTK_TYPE_SEPARATOR_TOOL_ITEM (gtk_separator_tool_item_get_type ()) |
Definition at line 33 of file gtkseparatortoolitem.h.
typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem |
Definition at line 31 of file gtkseparatortoolitem.h.
typedef struct _GtkSeparatorToolItemClass GtkSeparatorToolItemClass |
Definition at line 31 of file gtkseparatortoolitem.h.
typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate |
Definition at line 31 of file gtkseparatortoolitem.h.
gboolean gtk_separator_tool_item_get_draw | ( | GtkSeparatorToolItem * | item | ) |
GType gtk_separator_tool_item_get_type | ( | void | ) |
GtkToolItem* gtk_separator_tool_item_new | ( | void | ) |
void gtk_separator_tool_item_set_draw | ( | GtkSeparatorToolItem * | item, |
gboolean | draw | ||
) |