]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkmisc.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkmisc.sgml
index 7392ff8be144aacb9bcc872561c329e9c0bf7c32..c3466bb6fd04789f8f0339432316727b8c8efbd7 100644 (file)
@@ -2,7 +2,7 @@
 GtkMisc
 
 <!-- ##### SECTION Short_Description ##### -->
-a base class for widgets with alignments and padding.
+Base class for widgets with alignments and padding
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
@@ -25,14 +25,20 @@ allocated area, the alignment settings will not alter the widgets position.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkMisc ##### -->
 <para>
 The #GtkMisc-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>
@@ -60,6 +66,26 @@ in pixels.</entry>
 </para>
 
 
+<!-- ##### ARG GtkMisc:xalign ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMisc:xpad ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMisc:yalign ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMisc:ypad ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_misc_set_alignment ##### -->
 <para>
 Sets the alignment of the widget.
@@ -102,23 +128,3 @@ in pixels.
 @ypad: 
 
 
-<!-- ##### ARG GtkMisc:xalign ##### -->
-<para>
-the horizontal alignment, from 0 (left) to 1 (right).
-</para>
-
-<!-- ##### ARG GtkMisc:yalign ##### -->
-<para>
-the vertical alignment, from 0 (top) to 1 (bottom).
-</para>
-
-<!-- ##### ARG GtkMisc:xpad ##### -->
-<para>
-the amount of space to add on the left and right of the widget, in pixels.
-</para>
-
-<!-- ##### ARG GtkMisc:ypad ##### -->
-<para>
-the amount of space to add on the top and bottom of the widget, in pixels.
-</para>
-