1Gtk2::Tooltips(3) User Contributed Perl Documentation Gtk2::Tooltips(3)
2
3
4
6 Gtk2::Tooltips
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Tooltips
13
15 tooltips = Gtk2::Tooltips->new
16
17 hash_ref = $tooltips->data_get ($widget)
18
19 * $widget (Gtk2::Widget)
20
21 Returns a hash reference with the keys: tooptips, widget, tip_text,
22 and tip_private.
23
24 tooltips is the GtkTooltips group that this tooltip belongs to.
25 widget is the GtkWidget that this tooltip data is associated with.
26 tip_text is a string containing the tooltip message itself.
27
28 tip_private is a string that is not shown as the default tooltip.
29 Instead, this message may be more informative and go towards form‐
30 ing a context-sensitive help system for your application.
31
32 $tooltips->disable
33
34 $tooltips->enable
35
36 $tooltips->force_window
37
38 $tooltips->set_tip ($widget, $tip_text, $tip_private=undef)
39
40 * $widget (Gtk2::Widget)
41 * $tip_text (string)
42 * $tip_private (scalar)
43
45 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object
46
48 Copyright (C) 2003-2007 by the gtk2-perl team.
49
50 This software is licensed under the LGPL. See Gtk2 for a full notice.
51
52
53
54perl v5.8.8 2007-03-18 Gtk2::Tooltips(3)