Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 GtkWidget * | gtk_separator_new (GtkOrientation orientation) |
#define GTK_IS_SEPARATOR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEPARATOR)) |
Definition at line 39 of file gtkseparator.h.
#define GTK_SEPARATOR | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEPARATOR, GtkSeparator)) |
Definition at line 38 of file gtkseparator.h.
#define GTK_TYPE_SEPARATOR (gtk_separator_get_type ()) |
Definition at line 37 of file gtkseparator.h.
typedef struct _GtkSeparator GtkSeparator |
Definition at line 41 of file gtkseparator.h.
GDK_AVAILABLE_IN_ALL GType gtk_separator_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_separator_new | ( | GtkOrientation | orientation | ) |