gi-gtk-0.3.18.15: 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 
((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabelProxy t (Fixed -> p) 
type ParentTypes Fixed 
type AttributeList Fixed 
type SignalList Fixed 

class GObject o => FixedK o Source

Instances

Methods

fixedMove

data FixedMoveMethodInfo Source

Instances

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

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

fixedNew

fixedPut

data FixedPutMethodInfo Source

Instances

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

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