forked from AuroraMiddleware/gtk
Additions
svn path=/trunk/; revision=18236
This commit is contained in:
parent
07f17de2ad
commit
65daacd046
@ -1,5 +1,7 @@
|
||||
2007-06-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkscalebutton.sgml:
|
||||
* gtk/tmpl/gtkvolumebutton.sgml:
|
||||
* gtk/tmpl/gtkvscrollbar.sgml:
|
||||
* gtk/tmpl/gtkrange.sgml:
|
||||
* gtk/tmpl/gtkrecentaction.sgml:
|
||||
|
@ -6,9 +6,13 @@ A button which pops up a scale
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
#GtkScaleButton provides a button which pops up a scale widget.
|
||||
This kind of widget is commonly used for volume controls in multimedia
|
||||
applications, and GTK+ provides a #GtkVolumeButton subclass that
|
||||
is tailored for this use case.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -6,7 +6,9 @@ A button which pops up a volume control
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
#GtkVolumeButton is a subclass of #GtkScaleButton that has
|
||||
been tailored for use as a volume control widget with suitable
|
||||
icons, tooltips and accessible labels.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user