summaryrefslogtreecommitdiff
path: root/GtkHello.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-04-07 18:18:09 -0400
committerJoe Crayne <joe@jerkface.net>2019-04-07 18:18:09 -0400
commitf7120657200b74c555966d17c8a882c15e948280 (patch)
tree7fdaeea42a8f25dfc7fb3df49a93725ec415eb97 /GtkHello.hs
parent2f3c1f9fee8d6720b0180f686b0691dfcede0ba5 (diff)
added #render signal to GtkHello. (still doesn't work.)
Diffstat (limited to 'GtkHello.hs')
-rw-r--r--GtkHello.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GtkHello.hs b/GtkHello.hs
index 0084d87..9c2379d 100644
--- a/GtkHello.hs
+++ b/GtkHello.hs
@@ -48,7 +48,7 @@ view' c _ = bin
48 $ widget Gtk.GLArea 48 $ widget Gtk.GLArea
49 [ onM #realize $ realize c 49 [ onM #realize $ realize c
50 -- , onM #unrealize $ unrealize c 50 -- , onM #unrealize $ unrealize c
51 -- , onM #render $ render c 51 , onM #render $ render c
52 -- , on #createContext $ _todo -- createContext 52 -- , on #createContext $ _todo -- createContext
53 ] 53 ]
54-- type instance SignalList GLArea = GLAreaSignalList 54-- type instance SignalList GLArea = GLAreaSignalList