Next Previous Contents

VEGTK v1.1 Tutorial

Eugene Melekhov <eugene_melekhov@object-tools.com> Andrew Klochkov <andrew_klochkov@object-tools.com>

October 10th, 1999


This is a tutorial on how to use GTK (the GIMP Toolkit) through Eiffel interface library VEGTK. This tutorial is based on the GTK v1.2 Tutorial by Tony Gale <gale@gtk.org> and Ian Main <imain@gtk.org> Most of our changes has deal with OO nature of the Eiffel. Some of the chapters are not finished yet.

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. GTK's rc Files

21. Tips For Writing VEGTK Applications

22. Contributing

23. Credits

24. Tutorial Copyright and Permissions Notice

Appendix

25. GTK Signals

26. GDK Event Types

27. List Widget


Next Previous Contents