Difference between revisions of "Gtk2Hs/Tutorials"

From HaskellWiki
Jump to navigation Jump to search
m (Gtk2Hs/Tutorial moved to Gtk2Hs/Tutorials)
Line 1: Line 1:
= Gtk2Hs Tutorial =
+
= Introductory Tutorial =
   
  +
This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs.
== Table of Contents ==
 
   
 
* [[/Introduction|Introduction]]
 
* [[/Introduction|Introduction]]
Line 15: Line 15:
 
** [[/Packing Boxes|Packing Boxes]]
 
** [[/Packing Boxes|Packing Boxes]]
 
* [[/Using Glade|Using Glade]]
 
* [[/Using Glade|Using Glade]]
  +
  +
= TreeView Tutorial =
  +
  +
(not written yet)
  +
  +
= Using cairo with Gtk2Hs =
  +
  +
(not written yet)
  +
  +
= Creating custom widgets =
  +
  +
(not written yet)
  +
  +
= GConf Tutorial =
  +
  +
(not written yet)

Revision as of 13:56, 22 January 2006

Introductory Tutorial

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

TreeView Tutorial

(not written yet)

Using cairo with Gtk2Hs

(not written yet)

Creating custom widgets

(not written yet)

GConf Tutorial

(not written yet)