diff options
author | Camil Staps | 2019-10-27 10:09:25 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-27 10:09:25 +0100 |
commit | ffb75903b1493cb050a86ed3e62a5c1c11943ef5 (patch) | |
tree | d776f2d65de019c42c8b5d6593fffc164a91bcee /src/Gtk/Signal.dcl | |
parent | Add addTimeout for running a task on a certain interval (diff) |
Add DeactivateHandler for GtkSheet
Diffstat (limited to 'src/Gtk/Signal.dcl')
-rw-r--r-- | src/Gtk/Signal.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/Signal.dcl b/src/Gtk/Signal.dcl index 692bf05..b082e02 100644 --- a/src/Gtk/Signal.dcl +++ b/src/Gtk/Signal.dcl @@ -23,6 +23,7 @@ instance signalHandler GSignalHandler :: SignalHandlerInternal = SHI_Void !(GtkM ()) | SHI_Pointer_Bool !(Pointer -> GtkM Bool) + | SHI_Int_Int_Bool !(Int Int -> GtkM Bool) | SHI_Int_Int_Pointer_Pointer_Bool !(Int Int Pointer Pointer -> GtkM Bool) installSignalHandler :: !h !w -> GtkM w | signalHandler h & gtkWidget w |