commit -- gnome version of the Insert Field dialog box


Subject: commit -- gnome version of the Insert Field dialog box
From: Joaquín Cuenca Abela (cuenca@ie2.u-psud.fr)
Date: Mon May 22 2000 - 10:11:22 CDT


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: cuenca@ie2.u-psud.fr



This archive was generated by hypermail 2b25 : Mon May 22 2000 - 10:12:14 CDT