| Portability | portable (depends on GHC) | 
|---|---|
| Stability | provisional | 
| Maintainer | gtk2hs-users@lists.sourceforge.net | 
| Safe Haskell | Safe-Infered | 
Graphics.UI.Gtk.Special.HRuler
Contents
Description
A horizontal ruler
- data HRuler
 - class RulerClass o => HRulerClass o
 - castToHRuler :: GObjectClass obj => obj -> HRuler
 - toHRuler :: HRulerClass o => o -> HRuler
 - hRulerNew :: IO HRuler
 
Detail
The HRuler widget is a widget arranged horizontally 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.
Class Hierarchy
Types
class RulerClass o => HRulerClass o Source
Instances
castToHRuler :: GObjectClass obj => obj -> HRulerSource
toHRuler :: HRulerClass o => o -> HRulerSource