Forum und email

GtkVRuler

A vertical ruler.

オブジェクトの階層

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkRuler
                     `-- GtkVRuler

説明

このウィジェットは GTK+ での用途が非常に限定されており、 ほとんど使われていません。将来は別のパッケージに移す予定です。 もしあなたのアプリケーションでこのウィジェットが必要なら、気にせず使用してください。 きちんと動作しますし、用途によっては便利なものでしょう。 ただ、万人向けのものではないというだけのことです。 しかし、今後このウィジェットに機能が追加されることはありません。また、 最終的には GTK+ の配布物からは除外される予定です。

The VRuler widget is a widget arranged vertically creating a ruler that is utilized around other widgets such as a text widget. The ruler is used to show the location of the mouse on the window and to show the size of the window in specified units. The available units of measurement are Gtk::PIXELS, Gtk::INCHES and Gtk::CENTIMETERS. Gtk::PIXELS is the default.

コンストラクタ

-- Creates a new vertical ruler.