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

Contents

Description

 

Synopsis

Exported types

class GObject o => MiscK o Source

Instances

toMisc :: MiscK o => o -> IO Misc Source

Methods

miscGetAlignment

miscGetAlignment :: (MonadIO m, MiscK a) => a -> m (Float, Float) Source

Deprecated: (Since version 3.14)Use #GtkWidget alignment and margin properties.

miscGetPadding

miscGetPadding :: (MonadIO m, MiscK a) => a -> m (Int32, Int32) Source

Deprecated: (Since version 3.14)Use #GtkWidget alignment and margin properties.

miscSetAlignment

miscSetAlignment :: (MonadIO m, MiscK a) => a -> Float -> Float -> m () Source

Deprecated: (Since version 3.14)Use GtkWidget:halign and GtkLabel's GtkLabel:yalign properties.

miscSetPadding

miscSetPadding :: (MonadIO m, MiscK a) => a -> Int32 -> Int32 -> m () Source

Deprecated: (Since version 3.14)Use #GtkWidget alignment and margin properties.

Properties

Xalign

getMiscXalign :: (MonadIO m, MiscK o) => o -> m Float Source

setMiscXalign :: (MonadIO m, MiscK o) => o -> Float -> m () Source

Xpad

getMiscXpad :: (MonadIO m, MiscK o) => o -> m Int32 Source

setMiscXpad :: (MonadIO m, MiscK o) => o -> Int32 -> m () Source

Yalign

getMiscYalign :: (MonadIO m, MiscK o) => o -> m Float Source

setMiscYalign :: (MonadIO m, MiscK o) => o -> Float -> m () Source

Ypad

getMiscYpad :: (MonadIO m, MiscK o) => o -> m Int32 Source

setMiscYpad :: (MonadIO m, MiscK o) => o -> Int32 -> m () Source