gi-gtk-0.3.18.15: 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.HScale

Contents

Description

 

Synopsis

Exported types

newtype HScale Source

Constructors

HScale (ForeignPtr HScale) 

Instances

GObject HScale 
((~) * info (ResolveHScaleMethod t HScale), MethodInfo * info HScale p) => IsLabelProxy t (HScale -> p) 
type ParentTypes HScale 
type AttributeList HScale 
type SignalList HScale 

class GObject o => HScaleK o Source

Instances

Methods

hScaleNew

hScaleNew :: (MonadIO m, AdjustmentK a) => Maybe a -> m HScale Source

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

hScaleNewWithRange

hScaleNewWithRange :: MonadIO m => Double -> Double -> Double -> m HScale Source

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