summaryrefslogtreecommitdiff
path: root/src/Gtk/Signal.icl
AgeCommit message (Expand)AuthorFilesLines
2019-10-25Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...Camil Staps1-0/+3
2019-10-25Add tune instance for GSignalHandler (convenience)Camil Staps1-0/+4
2019-10-23Add EnterPressedHandler for GtkSheetCamil Staps1-5/+12
2019-10-23Add tune instance for signal handlersCamil Staps1-0/+4
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may hav...Camil Staps1-5/+66
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps1-7/+4
2019-10-21Remove usage of import qualified as, which relies on the itask compilerCamil Staps1-4/+4
2019-10-21Add ActivateHandler for GtkMenuItemCamil Staps1-1/+2
2019-10-21Reorder more combinator arguments to ease bindingCamil Staps1-4/+5
2019-10-21Add fromPtr function; rename ptr to toPtr (to be able to implement "extra" wi...Camil Staps1-1/+1
2019-10-20Add rudimentary support for GtkPaned and GtkTextViewCamil Staps1-1/+1
2019-10-20Initial commitCamil Staps1-0/+26