From 11a4e7dce7f7cc870d3eb5fbd8910d659ec95191 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Oct 2007 16:14:10 +0000 Subject: [PATCH] Add a little more docs svn path=/trunk/; revision=18887 --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkpaned.sgml | 21 ++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c8dc457376..5dbe96e5f8 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-10-07 Matthias Clasen + + * gtk/tmpl/gtkpaned.sgml: Mention behaviour with a single child. + (#477447, Juri Pakaste) + 2007-10-01 20:21:28 Tim Janik * gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index eef59ec411..c7976a2b0d 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -24,7 +24,8 @@ the separator. (The space in which the separator 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. +gutter appears as a ridge. No separator is drawn +if one of the children is missing. Each child has two options that can be set, @@ -97,27 +98,33 @@ gtk_widget_set_size_request (frame2, 50, -1); -@paned: the object which received the signal. -@arg1: @Returns: +@Param4: +@Returns: + +@paned: the object which received the signal. -@paned: the object which received the signal. -@arg1: @Returns: +@Param4: +@Returns: + +@paned: the object which received the signal. -@paned: the object which received the signal. -@arg1: @Returns: +@Param4: +@Returns: + +@paned: the object which received the signal.