gi-gtk-0.3.18.14: 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 
((~) * info (ResolveVScaleMethod t VScale), MethodInfo * info VScale p) => IsLabelProxy t (VScale -> p) 
type ParentTypes VScale 
type AttributeList VScale 
type SignalList VScale 

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