gi-gtk-0.3.18.13: 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

newtype Scale Source

Constructors

Scale (ForeignPtr Scale) 

Instances

GObject Scale Source 
((~) * info (ResolveScaleMethod t Scale), MethodInfo * info Scale p) => IsLabel t (Scale -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Scale -> p

((~) * info (ResolveScaleMethod t Scale), MethodInfo * info Scale p) => IsLabelProxy t (Scale -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Scale -> p

type ParentTypes Scale Source 
type AttributeList Scale Source 
type SignalList Scale Source 

class GObject o => ScaleK o Source

Instances

Methods

scaleAddMark

data ScaleAddMarkMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Double -> PositionType -> Maybe Text -> m ()), MonadIO m, ScaleK a) => MethodInfo (TYPE Lifted) ScaleAddMarkMethodInfo a signature Source 

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

scaleClearMarks

data ScaleClearMarksMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, ScaleK a) => MethodInfo (TYPE Lifted) ScaleClearMarksMethodInfo a signature Source 

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

scaleGetDigits

scaleGetDrawValue

scaleGetHasOrigin

scaleGetLayout

data ScaleGetLayoutMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m Layout), MonadIO m, ScaleK a) => MethodInfo (TYPE Lifted) ScaleGetLayoutMethodInfo a signature Source 

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

scaleGetLayoutOffsets

scaleGetValuePos

scaleNew

scaleNewWithRange

scaleSetDigits

data ScaleSetDigitsMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Int32 -> m ()), MonadIO m, ScaleK a) => MethodInfo (TYPE Lifted) ScaleSetDigitsMethodInfo a signature Source 

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