gi-gtk-3.0.9: 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 (ManagedPtr Fixed) 

Instances

GObject Fixed Source # 
IsObject Fixed Source # 
IsWidget Fixed Source # 
IsContainer Fixed Source # 
IsBuildable Fixed Source # 
IsImplementorIface Fixed Source # 
IsFixed 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

HasAttributeList * Fixed Source # 
type SignalList Fixed Source # 
type SignalList Fixed
type AttributeList Fixed Source # 
type AttributeList Fixed

class GObject o => IsFixed o Source #

Instances

(GObject a, UnknownAncestorError Constraint Fixed a) => IsFixed a Source # 
IsFixed Fixed Source # 

Methods

move

data FixedMoveMethodInfo Source #

Instances

((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, IsFixed a, IsWidget b) => MethodInfo * FixedMoveMethodInfo a signature Source # 

Methods

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

fixedMove :: (MonadIO m, IsFixed a, IsWidget b) => a -> b -> Int32 -> Int32 -> m () Source #

new

put

data FixedPutMethodInfo Source #

Instances

((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, IsFixed a, IsWidget b) => MethodInfo * FixedPutMethodInfo a signature Source # 

Methods

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

fixedPut :: (MonadIO m, IsFixed a, IsWidget b) => a -> b -> Int32 -> Int32 -> m () Source #