forked from AuroraMiddleware/gtk
Add a little more docs
svn path=/trunk/; revision=18887
This commit is contained in:
parent
5d1a5ac216
commit
11a4e7dce7
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkpaned.sgml: Mention behaviour with a single child.
|
||||||
|
(#477447, Juri Pakaste)
|
||||||
|
|
||||||
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
|
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
|
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
|
||||||
|
@ -24,7 +24,8 @@ the separator. (The space in which the separator
|
|||||||
is called the gutter.) Often, it is useful
|
is called the gutter.) Often, it is useful
|
||||||
to put each child inside a #GtkFrame with the
|
to put each child inside a #GtkFrame with the
|
||||||
shadow type set to %GTK_SHADOW_IN so that the
|
shadow type set to %GTK_SHADOW_IN so that the
|
||||||
gutter appears as a ridge.
|
gutter appears as a ridge. No separator is drawn
|
||||||
|
if one of the children is missing.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Each child has two options that can be set,
|
Each child has two options that can be set,
|
||||||
@ -97,27 +98,33 @@ gtk_widget_set_size_request (frame2, 50, -1);
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@paned: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
@Returns:
|
@Returns:
|
||||||
|
@Param4:
|
||||||
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@paned: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
|
<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@paned: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
@Returns:
|
@Returns:
|
||||||
|
@Param4:
|
||||||
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@paned: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
|
<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@paned: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
@Returns:
|
@Returns:
|
||||||
|
@Param4:
|
||||||
|
@Returns:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@paned: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
|
<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user