gi-gtk-0.3.16.12: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.Scale

Contents

Description

 

Synopsis

Exported types

class GObject o => ScaleK o Source

Instances

Methods

scaleAddMark

scaleAddMark :: (MonadIO m, ScaleK a) => a -> Double -> PositionType -> Maybe Text -> m () Source

scaleClearMarks

scaleClearMarks :: (MonadIO m, ScaleK a) => a -> m () Source

scaleGetDigits

scaleGetDrawValue

scaleGetHasOrigin

scaleGetLayout

scaleGetLayoutOffsets

scaleGetValuePos

scaleNew

scaleNewWithRange

scaleSetDigits

scaleSetDigits :: (MonadIO m, ScaleK a) => a -> Int32 -> m () Source

scaleSetDrawValue

scaleSetDrawValue :: (MonadIO m, ScaleK a) => a -> Bool -> m () Source

scaleSetHasOrigin

scaleSetHasOrigin :: (MonadIO m, ScaleK a) => a -> Bool -> m () Source

scaleSetValuePos

Properties

Digits

setScaleDigits :: (MonadIO m, ScaleK o) => o -> Int32 -> m () Source

DrawValue

setScaleDrawValue :: (MonadIO m, ScaleK o) => o -> Bool -> m () Source

HasOrigin

setScaleHasOrigin :: (MonadIO m, ScaleK o) => o -> Bool -> m () Source

ValuePos

Signals

FormatValue