diff options
Diffstat (limited to 'src/Gtk/State.dcl')
-rw-r--r-- | src/Gtk/State.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gtk/State.dcl b/src/Gtk/State.dcl index 7e56fcf..43b5869 100644 --- a/src/Gtk/State.dcl +++ b/src/Gtk/State.dcl @@ -15,6 +15,8 @@ from Gtk.Signal import :: SignalHandlerInternal , return :: !Bool , signal_handlers :: !Map Int SignalHandlerInternal , signal_counter :: !Int + , timeouts :: !Map Int (GtkM Bool) + , timeout_counter :: !Int , shares :: !Map ShareId Dynamic // TODO: make this map strict to be able to free references in it } |