mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
formatting.
2008-06-23 Michael Natterer <mitch@imendio.com> * gtk/gtkinvisible.h: formatting. svn path=/trunk/; revision=20676
This commit is contained in:
parent
77e99003a8
commit
257cfa289b
@ -1,3 +1,7 @@
|
||||
2008-06-23 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkinvisible.h: formatting.
|
||||
|
||||
2008-06-23 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkaction.h
|
||||
|
@ -49,7 +49,8 @@ typedef struct _GtkInvisibleClass GtkInvisibleClass;
|
||||
struct _GtkInvisible
|
||||
{
|
||||
GtkWidget widget;
|
||||
gboolean GSEAL (has_user_ref_count);
|
||||
|
||||
gboolean GSEAL (has_user_ref_count);
|
||||
GdkScreen *GSEAL (screen);
|
||||
};
|
||||
|
||||
@ -67,7 +68,7 @@ struct _GtkInvisibleClass
|
||||
GType gtk_invisible_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget* gtk_invisible_new (void);
|
||||
GtkWidget* gtk_invisible_new_for_screen (GdkScreen *screen);
|
||||
GtkWidget* gtk_invisible_new_for_screen (GdkScreen *screen);
|
||||
void gtk_invisible_set_screen (GtkInvisible *invisible,
|
||||
GdkScreen *screen);
|
||||
GdkScreen* gtk_invisible_get_screen (GtkInvisible *invisible);
|
||||
|
Loading…
Reference in New Issue
Block a user