Gtk2Hs/Tutorials
From HaskellWiki
(Difference between revisions)
m (Gtk2Hs/Tutorial moved to Gtk2Hs/Tutorials) |
|||
| Line 1: | Line 1: | ||
| - | = | + | = Introductory Tutorial = |
| - | + | This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs. | |
* [[/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
Contents |
1 Introductory Tutorial
This tutorial gives an introducion to the basics of Gtk+ and Gtk2Hs.
- Introduction
- Getting Started
- Moving On
- Packing Widgets
- Using Glade
2 TreeView Tutorial
(not written yet)
3 Using cairo with Gtk2Hs
(not written yet)
4 Creating custom widgets
(not written yet)
5 GConf Tutorial
(not written yet)
