Gtk2Hs
Source code
Contents
Index
System.Glib.Signals
Synopsis
data
ConnectId
o =
ConnectId
CULong
o
disconnect
::
GObjectClass
obj =>
ConnectId
obj ->
IO
()
Documentation
data
ConnectId
o
The type of signal handler ids. If you ever need to
disconnect
a signal handler then you will need to retain the
ConnectId
you got when you registered it.
Constructors
ConnectId
CULong
o
disconnect
::
GObjectClass
obj =>
ConnectId
obj ->
IO
()
Disconnect a signal handler. After disconecting the handler will no longer be invoked when the event occurs.
Produced by
Haddock
version 0.7