Sat Sep 1 02:48:53 PDT 2007 Alex Tarkovsky <ale...@gm...>
* Gtk2Hs tutorial: chapter 3 updates
hunk ./docs/tutorial/Tutorial_Port/chap3.html 55
- of the super classes of which your widget type is an
- instance.</p>
+ of the superclasses of which your widget type is an instance.</p>
hunk ./docs/tutorial/Tutorial_Port/chap3.html 73
-main = do [_$_]
+main = do
hunk ./docs/tutorial/Tutorial_Port/chap3.html 168
- general <i>set</i> function, which uses a list like notation as
+ general <i>set</i> function, which uses a list-like notation as
hunk ./docs/tutorial/Tutorial_Port/chap3.html 170
- <i>containerChild</i> attribute of the window (actually a super
- class of the window) which states the relationship with the
+ <i>containerChild</i> 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</i> window. There is a separate introductory tutorial on how
- to use Glade with Gtk2Hs.</p>
+ tree</i> window. There is a <a href=
+ "http://haskell.org/gtk2hs/docs/tutorial/glade/">separate
+ introductory tutorial</a> on how to use Glade with Gtk2Hs.</p>
hunk ./docs/tutorial/Tutorial_Port/chap3.html 194
-main = do [_$_]
+main = do
hunk ./docs/tutorial/Tutorial_Port/chap3.html 203
- mainGUI [_$_]
+ mainGUI
|