gi-atk-0.2.16.12: Atk 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.Atk.Structs.Range

Contents

Description

AtkValue, in order to represent the full range of a given component (for example an slider or a range control), or to define each individual subrange this full range is splitted if available. See #AtkValue documentation for further details.

Synopsis

Exported types

newtype Range Source

Constructors

Range (ForeignPtr Range) 

Methods

rangeCopy

rangeFree

rangeFree :: MonadIO m => Range -> m () Source

rangeGetDescription

rangeGetLowerLimit

rangeGetUpperLimit

rangeNew