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
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to