Tooltips with labels
- From: "Ashwin Ramachandran" <rashwin28 gmail com>
- To: gtk-perl-list gnome org
- Subject: Tooltips with labels
- Date: Thu, 7 Dec 2006 18:26:36 +0530
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]