Ardour  9.0-pre0-384-ga76afae0e9
gtkseparatortoolitem.h File Reference
#include <gtk/gtktoolitem.h>
Include dependency graph for gtkseparatortoolitem.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkToolItemgtk_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)
 

Macro Definition Documentation

◆ GTK_IS_SEPARATOR_TOOL_ITEM

#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.

◆ GTK_IS_SEPARATOR_TOOL_ITEM_CLASS

#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.

◆ GTK_SEPARATOR_TOOL_ITEM

#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.

◆ GTK_SEPARATOR_TOOL_ITEM_CLASS

#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.

◆ GTK_SEPARATOR_TOOL_ITEM_GET_CLASS

#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.

◆ GTK_TYPE_SEPARATOR_TOOL_ITEM

#define GTK_TYPE_SEPARATOR_TOOL_ITEM   (gtk_separator_tool_item_get_type ())

Definition at line 33 of file gtkseparatortoolitem.h.

Typedef Documentation

◆ GtkSeparatorToolItem

Definition at line 31 of file gtkseparatortoolitem.h.

◆ GtkSeparatorToolItemClass

◆ GtkSeparatorToolItemPrivate

typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate

Definition at line 31 of file gtkseparatortoolitem.h.

Function Documentation

◆ gtk_separator_tool_item_get_draw()

gboolean gtk_separator_tool_item_get_draw ( GtkSeparatorToolItem item)

◆ gtk_separator_tool_item_get_type()

GType gtk_separator_tool_item_get_type ( void  )

◆ gtk_separator_tool_item_new()

GtkToolItem* gtk_separator_tool_item_new ( void  )

◆ gtk_separator_tool_item_set_draw()

void gtk_separator_tool_item_set_draw ( GtkSeparatorToolItem item,
gboolean  draw 
)