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:
Jonathan Blandford 2002-01-22 05:00:50 +00:00 committed by Jonathan Blandford
parent f0c42465b9
commit eb12558675
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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>