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:
@ -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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* 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>
|
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
* gtk+.spec.in: Added lib/gtk+/include/* to %files
|
||||||
|
|||||||
@ -49,12 +49,12 @@ typedef struct _GtkInvisibleClass GtkInvisibleClass;
|
|||||||
|
|
||||||
struct _GtkInvisible
|
struct _GtkInvisible
|
||||||
{
|
{
|
||||||
GtkBin bin;
|
GtkWidget widget;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkInvisibleClass
|
struct _GtkInvisibleClass
|
||||||
{
|
{
|
||||||
GtkBinClass parent_class;
|
GtkWidgetClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GtkType gtk_invisible_get_type (void);
|
GtkType gtk_invisible_get_type (void);
|
||||||
|
|||||||
Reference in New Issue
Block a user