Errata for 793-1 Krause (corrected in the 2nd printing)

Page

Original Text

Corrected Text

66

sGtkWidget *tab_label

GtkWidget *tab_label

102

GtkFileFilter *filter

GtkFileFilter *filter1, *filter2

141

GvtTK_CONTAINER (window

GTK_CONTAINER (window)

330

gtk_radio_menu_item_new_from_widget_with_label

gtk_radio_menu_item_new_with_label_from_widget

330

gtk_radio_menu_item_new_from_widget_with_mnemonic

gtk_radio_menu_item_new_with_mnemonic_from_widget

81

g_signal_connect (G_OBJECT(check), "toggled"

g_signal_connect (G_OBJECT(check1), "toggled"

85

gtk_init(&argc, &argv);

gchar* str;

 

gtk_init(&argc, &argv);

37

recieves

receives

40

skey-press-event

key-press-event

29

void g_signal_emit_by_name (gponter instance, const gchar *signal_name,...);

void g_signal_emit_by_name (gpointer instance, const gchar *signal_name,...);

52

gtk_paned_add1 (GTK_PANED(hpaned), label1);

 gtk_paned_add2 (GTK_PANED(hpaned), label2);  ...

 gtk_paned_pack1 (GTK_PANED(hpaned), label1, FALSE, TRUE);

 gtk_paned_pack1 (GTK_PANED(hpaned), label2, TRUE, TRUE);

gtk_paned_add1 (GTK_PANED(hpaned), button1);

 gtk_paned_add2 (GTK_PANED(hpaned), button2);  ...

 gtk_paned_pack1 (GTK_PANED(hpaned), button1, FALSE, TRUE);

 gtk_paned_pack1 (GTK_PANED(hpaned), button2, TRUE, TRUE);

102

Chooser a Folder

Choose a Folder

148

The, Attach…

Then, attach…

149

progressing the…

progressing to the…

189

If they key already exists with the tree, ..

If the key already exists with the tree, ..

194

You should note that as you change change the number of elements stored by the array,...

You should note that as you change the number of elements stored by the array,...