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

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
 

Macro Definition Documentation

◆ GTK_IS_SEPARATOR

#define GTK_IS_SEPARATOR (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR))

Definition at line 43 of file gtkseparator.h.

◆ GTK_IS_SEPARATOR_CLASS

#define GTK_IS_SEPARATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEPARATOR))

Definition at line 44 of file gtkseparator.h.

◆ GTK_SEPARATOR

#define GTK_SEPARATOR (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR, GtkSeparator))

Definition at line 41 of file gtkseparator.h.

◆ GTK_SEPARATOR_CLASS

#define GTK_SEPARATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEPARATOR, GtkSeparatorClass))

Definition at line 42 of file gtkseparator.h.

◆ GTK_SEPARATOR_GET_CLASS

#define GTK_SEPARATOR_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass))

Definition at line 45 of file gtkseparator.h.

◆ GTK_TYPE_SEPARATOR

#define GTK_TYPE_SEPARATOR   (gtk_separator_get_type ())

Definition at line 40 of file gtkseparator.h.

Typedef Documentation

◆ GtkSeparator

typedef struct _GtkSeparator GtkSeparator

Definition at line 38 of file gtkseparator.h.

◆ GtkSeparatorClass

Definition at line 38 of file gtkseparator.h.

Function Documentation

◆ gtk_separator_get_type()

GType gtk_separator_get_type ( void  )