Difference between revisions of "Gtk2Hs/Tutorials"

From HaskellWiki
Jump to navigation Jump to search
(+cat)
Line 4: Line 4:
 
;[[/Intro|Introductory tutorial]]
 
;[[/Intro|Introductory tutorial]]
 
:This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs.
 
:This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs.
  +
  +
There is another nice and extensive tutorial at
  +
http://darcs.haskell.org/gtk2hs/docs/tutorial/Tutorial_Port/
  +
  +
Note that this tutorial is not completely up to date. For example, it uses the depriciated Event and to run some examples with gtk 0.10.1, it is necessary to include "import Graphics.UI.Gtk.Gdk.Events" in the program.
  +
   
 
;[[/DrawingArea|DrawingArea tutorial]]
 
;[[/DrawingArea|DrawingArea tutorial]]

Revision as of 10:40, 30 July 2009

Gtk2Hs Tutorials

Introductory tutorial
This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs.

There is another nice and extensive tutorial at http://darcs.haskell.org/gtk2hs/docs/tutorial/Tutorial_Port/

Note that this tutorial is not completely up to date. For example, it uses the depriciated Event and to run some examples with gtk 0.10.1, it is necessary to include "import Graphics.UI.Gtk.Gdk.Events" in the program.


DrawingArea tutorial
(not written yet)
TreeView tutorial
(not written yet)
Using cairo with Gtk2Hs
(not written yet)
Creating custom widgets
(not written yet)
GConf tutorial
(not written yet)
Using OpenGL with Gtk2Hs
(not written yet)