]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkfixed.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkfixed.sgml
index 67bedddd986f17e9cab1d403e277d358ea8d6cba..b2366aa2fdab6358b4c9bec6d93029ca85ecb9c1 100644 (file)
@@ -2,7 +2,7 @@
 GtkFixed
 
 <!-- ##### SECTION Short_Description ##### -->
-a container which allows you to position widgets at fixed coordinates
+A container which allows you to position widgets at fixed coordinates
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
@@ -64,14 +64,20 @@ widget. But you should be aware of the tradeoffs.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkFixed ##### -->
 <para>
 The #GtkFixed-struct struct contains the following fields.
 (These fields should be considered read-only. They should never be set by
 an application.)
 
-<informaltable pgwide=1 frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
+<informaltable pgwide="1" frame="none" role="struct">
+<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
 <tbody>
 
 <row>
@@ -84,45 +90,22 @@ their positions.</entry>
 </para>
 
 
-<!-- ##### STRUCT GtkFixedChild ##### -->
+<!-- ##### ARG GtkFixed:x ##### -->
 <para>
-The #GtkFixedChild-struct struct contains the following fields.
-(These fields should be considered read-only. They should never be set by
-an application.)
-
-<informaltable pgwide=1 frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
-<tbody>
 
-<row>
-<entry>#GtkWidget *widget;</entry>
-<entry>the child #GtkWidget.</entry>
-</row>
-
-<row>
-<entry>#gint x;</entry>
-<entry>the horizontal position of the widget within the #GtkFixed
-container.</entry>
-</row>
+</para>
 
-<row>
-<entry>#gint y;</entry>
-<entry>the vertical position of the widget within the #GtkFixed
-container.</entry>
-</row>
+<!-- ##### ARG GtkFixed:y ##### -->
+<para>
 
-</tbody></tgroup></informaltable>
 </para>
 
-@widget: 
-@x: 
-@y: 
-
 <!-- ##### FUNCTION gtk_fixed_new ##### -->
 <para>
 Creates a new #GtkFixed.
 </para>
 
+@void: 
 @Returns: a new #GtkFixed.
 
 
@@ -148,21 +131,3 @@ Moves a child of a #GtkFixed container to the given position.
 @y: the vertical position to move the widget to.
 
 
-<!-- ##### FUNCTION gtk_fixed_get_has_window ##### -->
-<para>
-
-</para>
-
-@fixed: 
-@Returns: 
-
-
-<!-- ##### FUNCTION gtk_fixed_set_has_window ##### -->
-<para>
-
-</para>
-
-@fixed: 
-@has_window: 
-
-