*** empty log message ***
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
|
||||||
|
parent class to correctly be GtkDialogClass.
|
||||||
|
|
||||||
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
Thu Feb 24 23:58:21 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
|
||||||
|
@ -68,7 +68,7 @@ struct _GtkInputDialog
|
|||||||
|
|
||||||
struct _GtkInputDialogClass
|
struct _GtkInputDialogClass
|
||||||
{
|
{
|
||||||
GtkWindowClass parent_class;
|
GtkDialogClass parent_class;
|
||||||
|
|
||||||
void (* enable_device) (GtkInputDialog *inputd,
|
void (* enable_device) (GtkInputDialog *inputd,
|
||||||
guint32 devid);
|
guint32 devid);
|
||||||
|
Reference in New Issue
Block a user