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.VScale

Contents

Description

 

Synopsis

Exported types

newtype VScale Source

Constructors

VScale (ForeignPtr VScale) 

Instances

GObject VScale Source 
((~) * info (ResolveVScaleMethod t VScale), MethodInfo * info VScale p) => IsLabel t (VScale -> p) Source 

Methods

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

((~) * info (ResolveVScaleMethod t VScale), MethodInfo * info VScale p) => IsLabelProxy t (VScale -> p) Source 

Methods

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

type ParentTypes VScale Source 
type AttributeList VScale Source 
type SignalList VScale Source 

class GObject o => VScaleK o Source

Instances

Methods

vScaleNew

vScaleNew :: (MonadIO m, AdjustmentK a) => a -> m VScale Source

Deprecated: (Since version 3.2)Use gtk_scale_new() with %GTK_ORIENTATION_VERTICAL instead

vScaleNewWithRange

vScaleNewWithRange :: MonadIO m => Double -> Double -> Double -> m VScale Source

Deprecated: (Since version 3.2)Use gtk_scale_new_with_range() with %GTK_ORIENTATION_VERTICAL instead