forked from AuroraMiddleware/gtk
Updates
svn path=/trunk/; revision=18234
This commit is contained in:
parent
0984645dd8
commit
90745eb1e2
@ -1,5 +1,6 @@
|
|||||||
2007-06-25 Matthias Clasen <mclasen@redhat.com>
|
2007-06-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkrange.sgml:
|
||||||
* gtk/tmpl/gtkrecentaction.sgml:
|
* gtk/tmpl/gtkrecentaction.sgml:
|
||||||
* gtk/tmpl/gtktooltip.sgml:
|
* gtk/tmpl/gtktooltip.sgml:
|
||||||
* gtk/tmpl/gtkvscrollbar.sgml: Additions
|
* gtk/tmpl/gtkvscrollbar.sgml: Additions
|
||||||
|
@ -6,7 +6,14 @@ Base class for widgets which visualize an adjustment
|
|||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
@ -6,7 +6,15 @@ An action of which represents a list of recently used files
|
|||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<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 <menuitem>. To construct a menu toolbutton showing
|
||||||
|
the recently used files in the popup menu, use a GtkRecentAction as the
|
||||||
|
action for a <toolitem> element.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user