All the functions
for the Monitor in GTK are explained in in Tutorial One,
Chapter 7, GTK Functions (in gtksimple.g), in these sections:
| Section 7.2, The Monitor Window -
create_monitor |
| Section 7.3, Making Scales and Spin Buttons -
make_scale,
make_prog_bar,
make_spinner |
| Section 7.4, Update Functions - reset_value,
write_data |
| Section 7.5, Button Functions - toggle_sym,
change_settings |
| Section 7.6, Label Functions - set_label,
table_labeler |
The complete file for the Monitor in GTK can be found
in Section 3.6, gtkmonitor.g - The Monitor program in GTK.