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

Contents

Description

 

Synopsis

Exported types

newtype Fixed Source

Constructors

Fixed (ForeignPtr Fixed) 

Instances

GObject Fixed Source 
((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabel t (Fixed -> p) Source 

Methods

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

((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabelProxy t (Fixed -> p) Source 

Methods

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

type ParentTypes Fixed Source 
type AttributeList Fixed Source 
type SignalList Fixed Source 

class GObject o => FixedK o Source

Instances

Methods

fixedMove

data FixedMoveMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> Int32 -> Int32 -> m ()), MonadIO m, FixedK a, WidgetK b) => MethodInfo (TYPE Lifted) FixedMoveMethodInfo a signature Source 

Methods

overloadedMethod :: MethodProxy FixedMoveMethodInfo a -> signature -> s

fixedMove :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m () Source

fixedNew

fixedPut

data FixedPutMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> Int32 -> Int32 -> m ()), MonadIO m, FixedK a, WidgetK b) => MethodInfo (TYPE Lifted) FixedPutMethodInfo a signature Source 

Methods

overloadedMethod :: MethodProxy FixedPutMethodInfo a -> signature -> s

fixedPut :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m () Source