mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Remove a dot in the documentation. Fixes bug #62632.
2001-10-27 Anders Carlsson <andersca@gnu.org> * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. This has got to be the most useful bug I have ever fixed :)
This commit is contained in:
parent
2a8aab4f18
commit
16f42cbdc1
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2001-10-27 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
* gdk/x11/gdkmain-x11.c: Replace int and guint with
|
||||
long and gulong in some places to make the code 64-bit
|
||||
clean.
|
||||
|
@ -346,7 +346,7 @@ gtk_size_group_new (GtkSizeGroupMode mode)
|
||||
* group determines whether the widgets in the size group should
|
||||
* all have the same horizontal requisition (%GTK_SIZE_GROUP_MODE_HORIZONTAL)
|
||||
* all have the same vertical requisition (%GTK_SIZE_GROUP_MODE_VERTICAL),
|
||||
* or should all have the same requisition in both directions.
|
||||
* or should all have the same requisition in both directions
|
||||
* (%GTK_SIZE_GROUP_MODE_BOTH).
|
||||
**/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user