gtk-0.14.5: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Special.Ruler

Contents

Description

Base class for horizontal or vertical rulers

Synopsis

Detail

The Ruler widget is a base class for horizontal and vertical rulers. Rulers are used to show the mouse pointer's location in a window. The ruler can either be horizontal or vertical on the window. Within the ruler a small triangle indicates the location of the mouse relative to the horizontal or vertical ruler. See HRuler to learn how to create a new horizontal ruler. See VRuler to learn how to create a new vertical ruler.

  • Rulers are removed in Gtk3 and thus this module is blank. There is no replacement

Class Hierarchy

| GObject
| +----Object
| +----Widget
| +----Ruler
| +----HRuler
| +----VRuler

Types

Enums

Attributes

rulerRange :: RulerClass self => Attr self (Double, Double, Double, Double) Source #

Range of ruler

rulerLower :: RulerClass self => Attr self Double Source #

Lower limit of ruler.

Default value: 0

rulerUpper :: RulerClass self => Attr self Double Source #

Upper limit of ruler.

Default value: 0

rulerPosition :: RulerClass self => Attr self Double Source #

Position of mark on the ruler.

Default value: 0

rulerMaxSize :: RulerClass self => Attr self Double Source #

Maximum size of the ruler.

Default value: 0

rulerMetric :: RulerClass self => Attr self MetricType Source #

The metric used for the ruler.

Default value: 'Pixels'

Since 2.8