diff options
author | Camil Staps | 2019-10-27 12:34:02 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-27 12:34:02 +0100 |
commit | 8b94854da995a34790d194dcc01b654409e77593 (patch) | |
tree | 68f2cb72a2531992cf6c766b9eb7d99d0e708d60 /src/Gtk/State.dcl | |
parent | Add 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.dcl | 1 |
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 () |