Next Previous Contents

GTK v1.2 Tutorial

Tony Gale <gale@gtk.org>, Ian Main <imain@gtk.org>

February 23rd, 2000


This is a tutorial on how to use GTK (the GIMP Toolkit) through its C interface.

1. Introduction

2. Getting Started

3. Moving On

4. Packing Widgets

5. Widget Overview

6. The Button Widget

7. Adjustments

8. Range Widgets

9. Miscellaneous Widgets

10. Container Widgets

11. CList Widget

12. Tree Widget

13. Menu Widget

14. Text Widget

15. Undocumented Widgets

16. Setting Widget Attributes

17. Timeouts, IO and Idle Functions

18. Advanced Event and Signal Handling

19. Managing Selections

20. GLib

21. GTK's rc Files

22. Writing Your Own Widgets

23. Scribble, A Simple Example Drawing Program

24. Tips For Writing GTK Applications

25. Contributing

26. Credits

27. Tutorial Copyright and Permissions Notice

Appendix

28. GTK Signals

29. GDK Event Types

30. Code Examples

31. List Widget


Next Previous Contents