[Gtk2Hs tutorial: chapter 3 updates
Alex Tarkovsky **20070901094853] {
hunk ./docs/tutorial/Tutorial_Port/chap3.html 55
- of the super classes of which your widget type is an
- instance.
+ of the superclasses of which your widget type is an instance.
hunk ./docs/tutorial/Tutorial_Port/chap3.html 73
-main = do
+main = do
hunk ./docs/tutorial/Tutorial_Port/chap3.html 168
- general set function, which uses a list like notation as
+ general set function, which uses a list-like notation as
hunk ./docs/tutorial/Tutorial_Port/chap3.html 170
- containerChild attribute of the window (actually a super
- class of the window) which states the relationship with the
+ containerChild attribute of the window (actually a
+ superclass of the window) which states the relationship with the
hunk ./docs/tutorial/Tutorial_Port/chap3.html 179
- tree window. There is a separate introductory tutorial on how
- to use Glade with Gtk2Hs.
+ tree window. There is a separate
+ introductory tutorial on how to use Glade with Gtk2Hs.
hunk ./docs/tutorial/Tutorial_Port/chap3.html 194
-main = do
+main = do
hunk ./docs/tutorial/Tutorial_Port/chap3.html 203
- mainGUI
+ mainGUI
}