forked from AuroraMiddleware/gtk
change guint16 to gint to reflect changes in the code, found by Jody
Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect changes in the code, found by Jody Goldberg <jody@gnome.org>
This commit is contained in:
parent
f0c42465b9
commit
eb12558675
@ -1,3 +1,8 @@
|
||||
Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
|
||||
changes in the code, found by Jody Goldberg <jody@gnome.org>
|
||||
|
||||
2002-01-19 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gtk/x11.sgml: add a mostly-empty X11 section
|
||||
|
@ -100,13 +100,13 @@ an application.)
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>#gint16 x;</entry>
|
||||
<entry>#gint x;</entry>
|
||||
<entry>the horizontal position of the widget within the #GtkFixed
|
||||
container.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>#gint16 y;</entry>
|
||||
<entry>#gint y;</entry>
|
||||
<entry>the vertical position of the widget within the #GtkFixed
|
||||
container.</entry>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user