applet & tooltips problem
- From: Jason Jones <mocat shell2 qpt com>
- To: gnome-devel-list gnome org
- Subject: applet & tooltips problem
- Date: Fri, 10 Dec 1999 05:49:35 -0800 (PST)
Writing my first gnome panel applet... having a problem with it.
The tooltip needs to be changed every time the mouse pointer enters the
applet, so naturally, I chose to stick a button in the applet and attach a
function to the "enter" signal, and pass the button to it. In the signal
function I call applet_widget_set_widget_tooltip(APPLET_WIDGET(applet),
button, "my tooltip");
No tooltip appears when I enter the button with the mouse pointer. It
works if I just attach a tooltip to the whole applet widget via
applet_widget_set_tooltip(), but as far as I know, you can't call a
function every time the mouse pointer enters the entire widget.
But perhaps I'm wrong, I'm new at this. :)
Thanks for any help...
-j
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]