summaryrefslogtreecommitdiff
path: root/src/Gtk/State.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-27 12:34:02 +0100
committerCamil Staps2019-10-27 12:34:02 +0100
commit8b94854da995a34790d194dcc01b654409e77593 (patch)
tree68f2cb72a2531992cf6c766b9eb7d99d0e708d60 /src/Gtk/State.dcl
parentAdd getCellText for GtkSheet (diff)
Add runWhileEventsPending to be able to show something before starting a long task on the main thread
Diffstat (limited to 'src/Gtk/State.dcl')
-rw-r--r--src/Gtk/State.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/State.dcl b/src/Gtk/State.dcl
index 43b5869..c4e17a2 100644
--- a/src/Gtk/State.dcl
+++ b/src/Gtk/State.dcl
@@ -41,3 +41,4 @@ appWorld :: !(*World -> *World) -> GtkM ()
accWorld :: !(*World -> (r,*World)) -> GtkM r
quit :: GtkM ()
+runWhileEventsPending :: GtkM ()