Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkseparator.h File Reference
#include <gtk/gtkwidget.h>

Go to the source code of this file.

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_IS_SEPARATOR(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR))
 

Typedefs

typedef struct _GtkSeparator GtkSeparator
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_separator_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkWidgetgtk_separator_new (GtkOrientation orientation)
 

Macro Definition Documentation

◆ GTK_IS_SEPARATOR

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

Definition at line 39 of file gtkseparator.h.

◆ GTK_SEPARATOR

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

Definition at line 38 of file gtkseparator.h.

◆ GTK_TYPE_SEPARATOR

#define GTK_TYPE_SEPARATOR   (gtk_separator_get_type ())

Definition at line 37 of file gtkseparator.h.

Typedef Documentation

◆ GtkSeparator

typedef struct _GtkSeparator GtkSeparator

Definition at line 41 of file gtkseparator.h.

Function Documentation

◆ gtk_separator_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_separator_get_type ( void )

◆ gtk_separator_new()

GDK_AVAILABLE_IN_ALL GtkWidget * gtk_separator_new ( GtkOrientation orientation)