diff options
author | Camil Staps | 2019-10-30 13:21:06 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-30 13:21:06 +0100 |
commit | 79915057437b92095ed44667c269c8650a77a298 (patch) | |
tree | 7ff268809cc3a6b9c842d0b40bf42da7eabf9fd0 /src/Gdk/Events.dcl | |
parent | Add G modifier to ccalls gtk_sheet_thaw and gtk_sheet_row_set_visibility whic... (diff) |
Add GdkEvent and KeyPressHandler
Diffstat (limited to 'src/Gdk/Events.dcl')
-rw-r--r-- | src/Gdk/Events.dcl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Gdk/Events.dcl b/src/Gdk/Events.dcl new file mode 100644 index 0000000..e3d5bd7 --- /dev/null +++ b/src/Gdk/Events.dcl @@ -0,0 +1,9 @@ +definition module Gdk.Events + +from StdMaybe import :: Maybe + +from System._Pointer import :: Pointer + +:: GdkEvent =: GdkEvent Pointer + +getKeyvalName :: !GdkEvent -> Maybe String |