forked from AuroraMiddleware/gtk
Fix corrupted end tag.
Tue Aug 17 09:14:01 1999 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag. * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml: Added missing close tags.
This commit is contained in:
parent
f7a50c4dc2
commit
a45a5dedba
@ -1,3 +1,13 @@
|
||||
Tue Aug 17 09:14:01 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
|
||||
|
||||
* gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
|
||||
gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
|
||||
gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
|
||||
gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
|
||||
Added missing close tags.
|
||||
|
||||
Thu Aug 19 14:43:08 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section.
|
||||
|
@ -53,7 +53,7 @@ an application.)
|
||||
<entry>#gint16 <structfield>shadow_type</structfield>;</entry>
|
||||
<entry>the style of the arrow, one of #GtkShadowType.</entry>
|
||||
</row>
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
</para>
|
||||
|
||||
@misc:
|
||||
|
@ -128,7 +128,7 @@ by default. Use gtk_box_set_spacing() to set this field.</entry>
|
||||
the GtkBox; %FALSE by default. Use gtk_box_set_homogeneous() to set this
|
||||
field.</entry>
|
||||
</row>
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
</para>
|
||||
|
||||
@container:
|
||||
@ -186,7 +186,7 @@ around the widget; set when packed, %TRUE by default.</entry>
|
||||
#GtkPackType indicating whether the child is packed with reference to
|
||||
the start (top/left) or end (bottom/right) of the GtkBox.</entry>
|
||||
</row>
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
|
@ -71,7 +71,7 @@ node.</entry>
|
||||
<entry>FIXME.</entry>
|
||||
</row>
|
||||
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
</para>
|
||||
|
||||
@clist:
|
||||
@ -390,7 +390,7 @@ the other children, just use the siblings of that node.
|
||||
<entry>Whether the children of this row are visible.
|
||||
</entry>
|
||||
</row>
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -86,6 +86,7 @@ of the user for a drag destination site.
|
||||
<para>
|
||||
The #GtkTargetFlags enumeration is used to specifies
|
||||
constraints on an entry in a GtkTargetTable.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry><term> %GTK_TARGET_SAME_APP </term>
|
||||
<listitem>
|
||||
|
@ -61,7 +61,8 @@ to the child. (See gtk_handle_box_set_handle_position())</entry>
|
||||
<entry>gint snap_edge;</entry>
|
||||
<entry>A value of type #GtkPosition type indicating snap edge for the widget.
|
||||
(See gtk_handle_box_set_snap_edge). The value of -1 indicates
|
||||
that this value has not been set.
|
||||
that this value has not been set.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>#gboolean child_detached;</entry>
|
||||
|
@ -56,7 +56,7 @@ in pixels.</entry>
|
||||
<entry>the amount of space to add on the top and bottom of the widget,
|
||||
in pixels.</entry>
|
||||
</row>
|
||||
</informaltable>
|
||||
</tbody></tgroup></informaltable>
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
|
@ -25,6 +25,7 @@ is called the gutter). Often, it is useful
|
||||
to put each child inside a #GtkFrame with the
|
||||
shadow type set to %GTK_SHADOW_IN so that the
|
||||
gutter appears as a ridge.
|
||||
</para>
|
||||
<para>
|
||||
Each child has two options that can be set,
|
||||
@resize and @shrink. If @resize is true, then when the
|
||||
|
@ -120,6 +120,7 @@ The possible toplevel declarations are:
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2><title>Styles</title>
|
||||
<para>
|
||||
|
@ -49,6 +49,7 @@ opaque.
|
||||
<para>
|
||||
Internally used structure in the drag-and-drop and
|
||||
selection handling code.
|
||||
</para>
|
||||
|
||||
@target:
|
||||
@flags:
|
||||
|
@ -794,7 +794,7 @@ Register a new set of enum @values and give them the name in
|
||||
<para>
|
||||
Register a new set of flags @values and give them the name in
|
||||
@type_name.
|
||||
ara>
|
||||
</para>
|
||||
|
||||
@type_name: must not be null.
|
||||
@values: GtkFlagValue*
|
||||
|
Loading…
Reference in New Issue
Block a user