Tooltips with labels



Hi All,
I am trying to use tooltips with the label widget. It doesn't seem to work.
For eg:
my $tooltip = Gtk2::Tooltips->new();
my $res_mes = 'Current Value:';

my $label = Gtk2::Label->new();
$tooltip->set_tip($label, "Tooltip for label");


I am not able to observe the tooltip for the label widget. It however seems to work for other widgets like
Button.

Just wanted to check if tooltips are supported with label widgets?

Thanks
Ashwin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]