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

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
 
GtkWidgetgtk_invisible_new (void)
 
GtkWidgetgtk_invisible_new_for_screen (GdkScreen *screen)
 
void gtk_invisible_set_screen (GtkInvisible *invisible, GdkScreen *screen)
 
GdkScreengtk_invisible_get_screen (GtkInvisible *invisible)
 

Macro Definition Documentation

◆ GTK_INVISIBLE

#define GTK_INVISIBLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_INVISIBLE, GtkInvisible))

Definition at line 39 of file gtkinvisible.h.

◆ GTK_INVISIBLE_CLASS

#define GTK_INVISIBLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_INVISIBLE, GtkInvisibleClass))

Definition at line 40 of file gtkinvisible.h.

◆ GTK_INVISIBLE_GET_CLASS

#define GTK_INVISIBLE_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_INVISIBLE, GtkInvisibleClass))

Definition at line 43 of file gtkinvisible.h.

◆ GTK_IS_INVISIBLE

#define GTK_IS_INVISIBLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_INVISIBLE))

Definition at line 41 of file gtkinvisible.h.

◆ GTK_IS_INVISIBLE_CLASS

#define GTK_IS_INVISIBLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_INVISIBLE))

Definition at line 42 of file gtkinvisible.h.

◆ GTK_TYPE_INVISIBLE

#define GTK_TYPE_INVISIBLE   (gtk_invisible_get_type ())

Definition at line 38 of file gtkinvisible.h.

Typedef Documentation

◆ GtkInvisible

typedef struct _GtkInvisible GtkInvisible

Definition at line 36 of file gtkinvisible.h.

◆ GtkInvisibleClass

Definition at line 36 of file gtkinvisible.h.

Function Documentation

◆ gtk_invisible_get_screen()

GdkScreen* gtk_invisible_get_screen ( GtkInvisible invisible)

◆ gtk_invisible_get_type()

GType gtk_invisible_get_type ( void  )

◆ gtk_invisible_new()

GtkWidget* gtk_invisible_new ( void  )

◆ gtk_invisible_new_for_screen()

GtkWidget* gtk_invisible_new_for_screen ( GdkScreen screen)

◆ gtk_invisible_set_screen()

void gtk_invisible_set_screen ( GtkInvisible invisible,
GdkScreen screen 
)