[Glade-users] issue with tooltips and key accelerator

Hilaire Fernandes hilaire@ext.cri74.org
Sat, 7 Jun 2003 00:33:53 +0200


Hello, 

Porting DrGenius from Gnome1.4 to GTK+2., I noted a few problems with
Glade2/Libglade2 (hopefully most of it is working fine):


	* tooltips on toolbar appears to be not supported anymore with
libglade2: my toolbar is constructed with tooltips enable, in the source
code I force tooltip with a   gtk_toolbar_set_tooltips (GTK_TOOLBAR (w),
true); however I still do not have the tooltips;

How can I get back my tooltips, there are not an option for the
application, I NEED it.

	* keyboard accelerator from popup menu is not working, my application even
crashes when I have keyboard accelerator defined in the popup menu.


Hilaire Fernandes