Ardour
9.0-pre0-384-ga76afae0e9
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Classes | |
struct | _GtkInvisible |
struct | _GtkInvisibleClass |
Macros | |
#define | GTK_TYPE_INVISIBLE (gtk_invisible_get_type ()) |
#define | GTK_INVISIBLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_INVISIBLE, GtkInvisible)) |
#define | GTK_INVISIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) |
#define | GTK_IS_INVISIBLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_INVISIBLE)) |
#define | GTK_IS_INVISIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_INVISIBLE)) |
#define | GTK_INVISIBLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) |
Typedefs | |
typedef struct _GtkInvisible | GtkInvisible |
typedef struct _GtkInvisibleClass | GtkInvisibleClass |
Functions | |
GType | gtk_invisible_get_type (void) G_GNUC_CONST |
GtkWidget * | gtk_invisible_new (void) |
GtkWidget * | gtk_invisible_new_for_screen (GdkScreen *screen) |
void | gtk_invisible_set_screen (GtkInvisible *invisible, GdkScreen *screen) |
GdkScreen * | gtk_invisible_get_screen (GtkInvisible *invisible) |
#define GTK_INVISIBLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_INVISIBLE, GtkInvisible)) |
Definition at line 39 of file gtkinvisible.h.
#define GTK_INVISIBLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) |
Definition at line 40 of file gtkinvisible.h.
#define GTK_INVISIBLE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) |
Definition at line 43 of file gtkinvisible.h.
#define GTK_IS_INVISIBLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_INVISIBLE)) |
Definition at line 41 of file gtkinvisible.h.
#define GTK_IS_INVISIBLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_INVISIBLE)) |
Definition at line 42 of file gtkinvisible.h.
#define GTK_TYPE_INVISIBLE (gtk_invisible_get_type ()) |
Definition at line 38 of file gtkinvisible.h.
typedef struct _GtkInvisible GtkInvisible |
Definition at line 36 of file gtkinvisible.h.
typedef struct _GtkInvisibleClass GtkInvisibleClass |
Definition at line 36 of file gtkinvisible.h.
GdkScreen* gtk_invisible_get_screen | ( | GtkInvisible * | invisible | ) |
GType gtk_invisible_get_type | ( | void | ) |
GtkWidget* gtk_invisible_new | ( | void | ) |
void gtk_invisible_set_screen | ( | GtkInvisible * | invisible, |
GdkScreen * | screen | ||
) |