forked from AuroraMiddleware/gtk
Fix
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
This commit is contained in:
parent
e91d0a6bf2
commit
016a451524
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 25 11:43:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
|
||||
structures to properly inherit from GtkWidget not GtkBin.
|
||||
|
||||
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||
|
@ -49,12 +49,12 @@ typedef struct _GtkInvisibleClass GtkInvisibleClass;
|
||||
|
||||
struct _GtkInvisible
|
||||
{
|
||||
GtkBin bin;
|
||||
GtkWidget widget;
|
||||
};
|
||||
|
||||
struct _GtkInvisibleClass
|
||||
{
|
||||
GtkBinClass parent_class;
|
||||
GtkWidgetClass parent_class;
|
||||
};
|
||||
|
||||
GtkType gtk_invisible_get_type (void);
|
||||
|
Loading…
Reference in New Issue
Block a user