Commited.

A comment, if anybody plans to make gtk+ dialog box, please don't copy &
paste the code generated by glade without taking a look to the code. 
Glade adds each widget to the hash table associated to the main window
of the dialog box.  This is very useful in C, but in C++ is not so
useful (you can save the GtkWidget in a private variable of the class). 
It has no sense at all to add the GtkWidget to the hash table *AND* save
it in a private variable (even if nearly all the gtk+ dialog boxs of
AbiWord does it :).

Cheers,

--
Joaqu�n Cuenca Abela
e-mail: [EMAIL PROTECTED]



Reply via email to