svn path=/trunk/; revision=18234
This commit is contained in:
Matthias Clasen 2007-06-26 04:03:49 +00:00
parent 0984645dd8
commit 90745eb1e2
3 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2007-06-25 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkrange.sgml:
* gtk/tmpl/gtkrecentaction.sgml:
* gtk/tmpl/gtktooltip.sgml:
* gtk/tmpl/gtkvscrollbar.sgml: Additions

View File

@ -6,7 +6,14 @@ Base class for widgets which visualize an adjustment
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkRange is the common base class for widgets which visualize an
adjustment, e.g scales or scrollbars.
</para>
<para>
Apart from signals for monitoring the parameters of the adjustment,
GtkRange provides properties and methods for influencing the sensitivity
of the "steppers". It also provides properties and methods for setting a
"fill level" on range widgets. See gtk_range_set_fill_level().
</para>
<!-- ##### SECTION See_Also ##### -->

View File

@ -6,7 +6,15 @@ An action of which represents a list of recently used files
<!-- ##### SECTION Long_Description ##### -->
<para>
A GtkRecentAction represents a list of recently used files, which
can be shown by widgets such as #GtkRecentChooserDialog or
#GtkRecentChooserMenu.
</para>
<para>
To construct a submenu showing recently used files, use a GtkRecentAction
as the action for a &lt;menuitem&gt;. To construct a menu toolbutton showing
the recently used files in the popup menu, use a GtkRecentAction as the
action for a &lt;toolitem&gt; element.
</para>
<!-- ##### SECTION See_Also ##### -->