Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
A vertical ruler
- data VRuler
- class RulerClass o => VRulerClass o
- castToVRuler :: GObjectClass obj => obj -> VRuler
- toVRuler :: VRulerClass o => o -> VRuler
- vRulerNew :: IO VRuler
Detail
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 Pixels
,
Inches
and Centimeters
. Pixels
is the default. rulers.
- Rulers are removed in Gtk3 and thus this module is blank. There is no replacement
Class Hierarchy
Types
class RulerClass o => VRulerClass o Source
castToVRuler :: GObjectClass obj => obj -> VRuler Source
toVRuler :: VRulerClass o => o -> VRuler Source