From 8672acbbb52494178cabffd778edf8397fe01484 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 21 Oct 2019 11:14:10 +0200 Subject: Add ActivateHandler for GtkMenuItem --- src/Gtk/Signal.dcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Gtk/Signal.dcl') diff --git a/src/Gtk/Signal.dcl b/src/Gtk/Signal.dcl index 2260ebe..acec991 100644 --- a/src/Gtk/Signal.dcl +++ b/src/Gtk/Signal.dcl @@ -1,12 +1,13 @@ definition module Gtk.Signal -from Gtk.State import :: State, :: StateT, :: Identity, :: GtkState +from Gtk.State import :: State, :: StateT, :: Identity, :: GtkState, :: GtkM from Gtk.Widgets import class gtkWidget -:: GSignalHandlerFunction :== State GtkState () +:: GSignalHandlerFunction :== GtkM () :: GSignalHandler - = DestroyHandler !GSignalHandlerFunction + = DestroyHandler !GSignalHandlerFunction + | ActivateHandler !GSignalHandlerFunction :: GSignalHandlerInternal = GSHI_Void !GSignalHandlerFunction -- cgit v1.2.3