[Tutorial-Port: Correction of typing errors. hthiel.char@zonnet.nl**20080102141654 Eduardo Basterrechea has noted the typing errors he found during his translation to Spanish of the Gtk2Hs tutorial chapters 1 - 7. These and a few more are corrected here. ] { hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 383 -The number of precision shown on the three scles will be managed with another +The number of precision shown on the three scales will be managed with another hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 392 -When the control adjustment changes the signal onValueChanged will +When the control adjustment changes, the signal onValueChanged will hunk ./docs/tutorial/Tutorial_Port/chap4-2.xhtml 412 -adjusting of the adjustment by a the onValueChanged signal from a +adjusting of the adjustment by a onValueChanged signal from a hunk ./docs/tutorial/Tutorial_Port/chap4-3.xhtml 102 -You can also make text in a lable selectable, so the user can copy and paste +You can also make text in a label selectable, so the user can copy and paste hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 119 -of decimal places (digits) to disply. +of decimal places (digits) to display. hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 188 -bottom repectively the top of the Adjustment range. +bottom, respectively the top, of the Adjustment range. hunk ./docs/tutorial/Tutorial_Port/chap4-7.xhtml 204 -case of UpdateIfValid the spin button only value gets changed if +case of UpdateIfValid the spin button value only gets changed if hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 20 -

Calendar

+

5.1 Calendar

hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 72 -

Note: there is no attribute for CalendarWeekStartMonday and +

Note: there is no attribute for CalendarWeekStartMonday and hunk ./docs/tutorial/Tutorial_Port/chap5-1.xhtml 94 -

Note: the following are also mentioned in the API +

Note: the following are also mentioned in the API hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 208 -

Note: With Gtk2Hs 0.9-12 and GHC 6.1 on FC 6, multiple file +

Note: With Gtk2Hs 0.9-12 and GHC 6.1 on FC 6, multiple file hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 349 -

Note: When testing with Gtk2Hs 0.9-12 and GHC 6.1 on FC6, +

Note: When testing with Gtk2Hs 0.9-12 and GHC 6.1 on FC6, hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 362 -
Calendar +
5.1 Calendar hunk ./docs/tutorial/Tutorial_Port/chap5-2.xhtml 368 -
Font Selection +
5.3 Font Selection hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 72 -

Whith a ColorButton use:

+

With a ColorButton use:

hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 170 - Previous + Previous hunk ./docs/tutorial/Tutorial_Port/chap5-3.xhtml 176 - Next + Next hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 37 -
scrolledWindowSetPolicy :: ScrolledWindowClass self =>
-self -> PolicyType -> PolicyType -> IO ()
+    
scrolledWindowSetPolicy :: ScrolledWindowClass self => self -> PolicyType -> PolicyType -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 52
-    
scrolledWindowAddWithViewport :: (ScrolledWindowClass self, WidgetClass child)
-=> self -> child -> IO ()
+    
scrolledWindowAddWithViewport :: (ScrolledWindowClass self, WidgetClass child) => self -> child -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-1.xhtml 105
-    
attachButton :: Table -> Button -> (Int,Int) -> IO () attachButton ta bu (x,y) = 
-              tableAttachDefaults ta bu y (y+1) x (x+1)
+    
attachButton :: Table -> Button -> (Int,Int) -> IO () attachButton ta bu (x,y) = tableAttachDefaults ta bu y (y+1) x (x+1)
hunk ./docs/tutorial/Tutorial_Port/chap6-2.xhtml 119
-    
buttonBoxSetChildSecondary :: (ButtonBoxClass self, WidgetClass child)
-=> self -> child -> Bool -> IO ()
+    
buttonBoxSetChildSecondary :: (ButtonBoxClass self, WidgetClass child) => self -> child -> Bool -> IO ()
hunk ./docs/tutorial/Tutorial_Port/chap6-2.xhtml 257
-      
The Layout Container +
6.3 The Layout Container hunk ./docs/tutorial/Tutorial_Port/chap6-4.xhtml 119 -
7.1 +
7.1 Menus and Toolbars hunk ./docs/tutorial/Tutorial_Port/chap7-1.xhtml 309 -
Popup Menus, Radio Actions and Toggle Actions +
7.2 Popup Menus, Radio and Toggle Actions hunk ./docs/tutorial/Tutorial_Port/chap7-2.xhtml 8 - Gtk2Hs Tutorial: Menus and Toolbars + Gtk2Hs Tutorial: Popup Menus and Radio and Toggle Actions hunk ./docs/tutorial/Tutorial_Port/index.xhtml 119 -

Copyright © 1998-2002 Tony Gale.

-

Copyright © 2007 Hans van Thiel and Alex Tarkovsky.

+

© 1998-2002 Tony Gale.

+

© 2007, 2008 Hans van Thiel and Alex Tarkovsky.

}