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

Contents

Description

 

Synopsis

Exported types

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