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

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