Contact Form and Errata Submission
The form below can be used to get in contact with me about mistakes you have found in Foundations of GTK+ Development or any other type of communication. Following the form is a list of all of the mistakes that have been found thus far.
Once you have submitted the form, I will get back to you as soon as possible. Please be patient while waiting for my response.
Errata for Foundations of GTK+ Development
- On page 66,
sGtkWidget *tab_label should be GtkWidget *tab_label.
- On page 102,
GtkFileFilter *filter should be GtkFileFilter *filter1, *filter2.
- On page 141,
GvtTK_CONTAINER (window) should be GTK_CONTAINER (window).
- On page 330,
gtk_radio_menu_item_new_from_widget_with_label should be gtk_radio_menu_item_new_with_label_from_widget. Also, gtk_radio_menu_item_new_from_widget_with_mnemonic should be gtk_radio_menu_item_new_with_mnemonic_from_widget.
|