gi-gtk-0.3.16.12: 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.Plug

Contents

Description

 

Synopsis

Exported types

class GObject o => PlugK o Source

Instances

toPlug :: PlugK o => o -> IO Plug Source

Methods

plugConstruct

plugConstruct :: (MonadIO m, PlugK a) => a -> Word64 -> m () Source

plugConstructForDisplay

plugConstructForDisplay :: (MonadIO m, PlugK a, DisplayK b) => a -> b -> Word64 -> m () Source

plugGetEmbedded

plugGetId

plugGetId :: (MonadIO m, PlugK a) => a -> m Word64 Source

plugGetSocketWindow

plugNew

plugNewForDisplay

Properties

Embedded

SocketWindow

Signals

Embedded

type PlugEmbeddedCallbackC = Ptr () -> Ptr () -> IO () Source