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

newtype Misc Source

Constructors

Misc (ForeignPtr Misc) 

Instances

GObject Misc Source 
((~) * info (ResolveMiscMethod t Misc), MethodInfo * info Misc p) => IsLabel t (Misc -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Misc -> p

((~) * info (ResolveMiscMethod t Misc), MethodInfo * info Misc p) => IsLabelProxy t (Misc -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Misc -> p

type ParentTypes Misc Source 
type AttributeList Misc Source 
type SignalList Misc Source 

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

data MiscSetAlignmentMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Float -> Float -> m ()), MonadIO m, MiscK a) => MethodInfo (TYPE Lifted) MiscSetAlignmentMethodInfo a signature Source 

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

data MiscSetPaddingMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Int32 -> Int32 -> m ()), MonadIO m, MiscK a) => MethodInfo (TYPE Lifted) MiscSetPaddingMethodInfo a signature Source 

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