Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nikita Churaev
gtk
Commits
88222989
Commit
88222989
authored
Mar 28, 2000
by
Owen Taylor
Browse files
*** empty log message ***
parent
80985462
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-0
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-10
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-2
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-4
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-6
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
ChangeLog.pre-2-8
View file @
88222989
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>
* gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
...
...
gtk/gtkinputdialog.h
View file @
88222989
...
...
@@ -68,7 +68,7 @@ struct _GtkInputDialog
struct
_GtkInputDialogClass
{
Gtk
Window
Class
parent_class
;
Gtk
Dialog
Class
parent_class
;
void
(
*
enable_device
)
(
GtkInputDialog
*
inputd
,
guint32
devid
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment