Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,150
Issues
1,150
List
Boards
Labels
Service Desk
Milestones
Merge Requests
141
Merge Requests
141
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
88222989
Commit
88222989
authored
Mar 28, 2000
by
Owen Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
80985462
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
36 additions
and
1 deletion
+36
-1
ChangeLog
ChangeLog
+5
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+5
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+5
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+5
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+5
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+5
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+5
-0
gtk/gtkinputdialog.h
gtk/gtkinputdialog.h
+1
-1
No files found.
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
Markdown
is supported
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