Chapter 14. Undocumented Widgets

Table of Contents

1. Accel Label
2. Option Menu
3. Menu Items
3.1. Check Menu Item
3.2. Radio Menu Item
3.3. Separator Menu Item
3.4. Tearoff Menu Item
4. Curves
5. Drawing Area
6. Font Selection Dialog
7. Message Dialog
8. Gamma Curve
9. Image
10. Plugs and Sockets
11. Tree View
12. Text View

These all require authors! :) Please consider contributing to our tutorial.

If you must use one of these widgets that are undocumented, I strongly suggest you take a look at their respective header files in the GTK distribution. GTK's function names are very descriptive. Once you have an understanding of how things work, it's not difficult to figure out how to use a widget simply by looking at its function declarations. This, along with a few examples from others' code, and it should be no problem.

When you do come to understand all the functions of a new undocumented widget, please consider writing a tutorial on it so others may benefit from your time.

1. Accel Label