~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkhruler.sgml

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
GtkHRuler
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
A horizontal ruler
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<note>
9
 
<para>
10
 
 This widget is considered too specialized/little-used for
11
 
 GTK+, and will be removed in GTK 3.  If your application needs this widget,
12
 
 feel free to use it, as the widget is useful in some applications; it's just
13
 
 not of general interest. However, we are not accepting new features for the
14
 
 widget, and it will move out of the GTK+ distribution.
15
 
</para>
16
 
</note>
17
 
<para>
18
 
The HRuler widget is a widget arranged horizontally creating a ruler that is
19
 
utilized around other widgets such as a text widget. The ruler is used to show
20
 
the location of the mouse on the window and to show the size of the window in
21
 
specified units. The available units of measurement are GTK_PIXELS, GTK_INCHES
22
 
and GTK_CENTIMETERS. GTK_PIXELS is the default. 
23
 
rulers.
24
 
</para>
25
 
 
26
 
<!-- ##### SECTION See_Also ##### -->
27
 
<para>
28
 
 
29
 
</para>
30
 
 
31
 
<!-- ##### SECTION Stability_Level ##### -->
32
 
 
33
 
 
34
 
<!-- ##### SECTION Image ##### -->
35
 
 
36
 
 
37
 
<!-- ##### STRUCT GtkHRuler ##### -->
38
 
<para>
39
 
The #GtkHRuler struct contains private data and should be accessed
40
 
with the functions below.
41
 
</para>
42
 
 
43
 
 
44
 
<!-- ##### FUNCTION gtk_hruler_new ##### -->
45
 
<para>
46
 
Creates a new horizontal ruler.
47
 
</para>
48
 
 
49
 
@void: 
50
 
@Returns: a new #GtkHRuler.
51
 
@Deprecated: 2.24: #GtkRuler has been removed from GTK 3 for being
52
 
    unmaintained and too specialized. There is no replacement.
53
 
 
54