~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/doc/gtk/defuns-gtkscale.xml.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
@c %start of fragment
3
3
 
4
4
@deftp Class <gtk-scale>
5
 
This @code{<gobject>} class defines the following properties:
 
5
Derives from @code{<gtk-range>}.
 
6
 
 
7
This class defines the following slots:
6
8
 
7
9
@table @code
8
10
@item digits
9
 
The number of decimal places that are displayed in the value@item draw-value
10
 
Whether the current value is displayed as a string next to the slider@item value-pos
11
 
The position in which the current value is displayed@end table
 
11
The number of decimal places that are displayed in the value
 
12
 
 
13
@item draw-value
 
14
Whether the current value is displayed as a string next to the slider
 
15
 
 
16
@item value-pos
 
17
The position in which the current value is displayed
 
18
 
 
19
@end table
12
20
 
13
21
@end deftp
14
22
 
124
132
 
125
133
@end deffn
126
134
 
127
 
@deffn Function gtk-scale-get-layout  (self@tie{}@code{<gtk-scale>}) @result{}@tie{} (ret@tie{}@code{<pango-layout*>})
 
135
@deffn Function gtk-scale-get-layout  (self@tie{}@code{<gtk-scale>}) @result{}@tie{} (ret@tie{}@code{<pango-layout>})
128
136
@deffnx Method get-layout
129
137
Gets the @code{<pango-layout>} used to display the scale. The returned object is
130
138
owned by the scale so does not need to be freed by the caller.