Doc fixes
This commit is contained in:
parent
80bf176f06
commit
0467de4de6
@ -1,5 +1,8 @@
|
|||||||
2005-06-10 Matthias Clasen <mclasen@redhat.com>
|
2005-06-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkpaned.sgml:
|
||||||
|
* gtk/tmpl/gtkmenu.sgml:
|
||||||
|
|
||||||
* gtk/tmpl/gtkmenubar.sgml:
|
* gtk/tmpl/gtkmenubar.sgml:
|
||||||
* gtk/tmpl/gtkimage.sgml:
|
* gtk/tmpl/gtkimage.sgml:
|
||||||
* gtk/tmpl/gtkfontsel.sgml:
|
* gtk/tmpl/gtkfontsel.sgml:
|
||||||
|
@ -76,6 +76,9 @@ my_popup_handler (GtkWidget *widget, GdkEvent *event)
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkMenu ##### -->
|
<!-- ##### STRUCT GtkMenu ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GtkMenu struct contains private data only, and
|
The #GtkMenu struct contains private data only, and
|
||||||
@ -186,9 +189,7 @@ indicated by @position.
|
|||||||
|
|
||||||
@menu: a #GtkMenu.
|
@menu: a #GtkMenu.
|
||||||
@child: The #GtkMenuItem to add.
|
@child: The #GtkMenuItem to add.
|
||||||
@pos:
|
@pos: The position in the item list where @child is added.
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@position: The position in the item list where @child is added.
|
|
||||||
Positions are numbered from 0 to n-1.
|
Positions are numbered from 0 to n-1.
|
||||||
|
|
||||||
|
|
||||||
|
@ -68,6 +68,9 @@ gtk_widget_set_size_request (frame2, 50, -1);
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkPaned ##### -->
|
<!-- ##### STRUCT GtkPaned ##### -->
|
||||||
<para>
|
<para>
|
||||||
</para>
|
</para>
|
||||||
@ -186,8 +189,8 @@ parameters. This is equivalent to
|
|||||||
Old name for gtk_paned_set_gutter_size().
|
Old name for gtk_paned_set_gutter_size().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@p:
|
@p: a paned widget
|
||||||
@s:
|
@s: the width of the gutter in pixels
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_paned_pack1 ##### -->
|
<!-- ##### FUNCTION gtk_paned_pack1 ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user