gi-gtk-3.0.2: 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) => IsLabelProxy t (Fixed -> p) Source 
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

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

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 Source 

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