27 #ifndef __GTK_INVISIBLE_H__ 
   28 #define __GTK_INVISIBLE_H__ 
   30 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) 
   31 #error "Only <ytk/ytk.h> can be included directly." 
   38 #define GTK_TYPE_INVISIBLE              (gtk_invisible_get_type ()) 
   39 #define GTK_INVISIBLE(obj)              (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_INVISIBLE, GtkInvisible)) 
   40 #define GTK_INVISIBLE_CLASS(klass)      (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) 
   41 #define GTK_IS_INVISIBLE(obj)           (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_INVISIBLE)) 
   42 #define GTK_IS_INVISIBLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_INVISIBLE)) 
   43 #define GTK_INVISIBLE_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_INVISIBLE, GtkInvisibleClass)) 
   53   gboolean   
GSEAL (has_user_ref_count);
 
GtkWidget * gtk_invisible_new_for_screen(GdkScreen *screen)
void gtk_invisible_set_screen(GtkInvisible *invisible, GdkScreen *screen)
GtkWidget * gtk_invisible_new(void)
GType gtk_invisible_get_type(void) G_GNUC_CONST
GdkScreen * gtk_invisible_get_screen(GtkInvisible *invisible)
void(* _gtk_reserved2)(void)
void(* _gtk_reserved4)(void)
void(* _gtk_reserved1)(void)
GtkWidgetClass parent_class
void(* _gtk_reserved3)(void)
GdkScreen * GSEAL(screen)
gboolean GSEAL(has_user_ref_count)