Ardour  8.7-14-g57a6773833
gtkhseparator.h File Reference
#include <gtk/gtkseparator.h>
Include dependency graph for gtkhseparator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkHSeparator
 
struct  _GtkHSeparatorClass
 

Macros

#define GTK_TYPE_HSEPARATOR   (gtk_hseparator_get_type ())
 
#define GTK_HSEPARATOR(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_HSEPARATOR, GtkHSeparator))
 
#define GTK_HSEPARATOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_HSEPARATOR, GtkHSeparatorClass))
 
#define GTK_IS_HSEPARATOR(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_HSEPARATOR))
 
#define GTK_IS_HSEPARATOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_HSEPARATOR))
 
#define GTK_HSEPARATOR_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_HSEPARATOR, GtkHSeparatorClass))
 

Typedefs

typedef struct _GtkHSeparator GtkHSeparator
 
typedef struct _GtkHSeparatorClass GtkHSeparatorClass
 

Functions

GType gtk_hseparator_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_hseparator_new (void)
 

Macro Definition Documentation

◆ GTK_HSEPARATOR

#define GTK_HSEPARATOR (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_HSEPARATOR, GtkHSeparator))

Definition at line 41 of file gtkhseparator.h.

◆ GTK_HSEPARATOR_CLASS

#define GTK_HSEPARATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_HSEPARATOR, GtkHSeparatorClass))

Definition at line 42 of file gtkhseparator.h.

◆ GTK_HSEPARATOR_GET_CLASS

#define GTK_HSEPARATOR_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_HSEPARATOR, GtkHSeparatorClass))

Definition at line 45 of file gtkhseparator.h.

◆ GTK_IS_HSEPARATOR

#define GTK_IS_HSEPARATOR (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_HSEPARATOR))

Definition at line 43 of file gtkhseparator.h.

◆ GTK_IS_HSEPARATOR_CLASS

#define GTK_IS_HSEPARATOR_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_HSEPARATOR))

Definition at line 44 of file gtkhseparator.h.

◆ GTK_TYPE_HSEPARATOR

#define GTK_TYPE_HSEPARATOR   (gtk_hseparator_get_type ())

Definition at line 40 of file gtkhseparator.h.

Typedef Documentation

◆ GtkHSeparator

typedef struct _GtkHSeparator GtkHSeparator

Definition at line 38 of file gtkhseparator.h.

◆ GtkHSeparatorClass

Definition at line 38 of file gtkhseparator.h.

Function Documentation

◆ gtk_hseparator_get_type()

GType gtk_hseparator_get_type ( void  )

◆ gtk_hseparator_new()

GtkWidget* gtk_hseparator_new ( void  )