GObject.InitiallyUnowned
GObject.Object
Gtk.Object
Gtk.Tooltips
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTooltips |
Class : | Tooltips |
Extends: | Gtk.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
active_tips_data : Gtk.TooltipsData
read only
|
Gtk.Tooltips | |
delay : Number
read only
|
Gtk.Tooltips | |
enabled : Number
read only
|
Gtk.Tooltips | |
flags : Number
read only
|
Gtk.Object | |
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
have_grab : Number
read only
|
Gtk.Tooltips | |
last_popdown : GLib.TimeVal
read only
|
Gtk.Tooltips | |
parent_instance : Gtk.Object
read only
|
Gtk.Tooltips | |
qdata : GLib.Data
|
GObject.InitiallyUnowned | |
ref_count : Number
|
GObject.InitiallyUnowned | |
timer_tag : Number
read only
|
Gtk.Tooltips | |
tip_label : Gtk.Widget
read only
|
Gtk.Tooltips | |
tip_window : Gtk.Widget
read only
|
Gtk.Tooltips | |
tips_data_list : Array
read only
|
Gtk.Tooltips | |
use_sticky_delay : Number
read only
|
Gtk.Tooltips | |
user_data : void*
|
Gtk.Object |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.Tooltips
(Object properties)
Create a new Gtk.Tooltips
Create a new Gtk.Tooltips
|
||
|
Gtk.Tooltips | |
Gtk.Tooltips.get_info_from_tip_window
(Window tip_window, Tooltips tooltips, Widget current_widget)
:
Boolean
Determines the tooltips and the widget they belong to from the window in which they are displayed.
Determines the tooltips and the widget they belong to from the window in which they are displayed. This function is mostly intended for use by accessibility technologies; applications should have little use for it.
|
Gtk.Tooltips | |
destroy
()
:
none
|
Gtk.Object | |
disable
()
:
none
|
Gtk.Tooltips | |
enable
()
:
none
|
Gtk.Tooltips | |
force_window
()
:
none
|
Gtk.Tooltips | |
Gtk.Object | ||
Gtk.Object | ||
get_user_data
()
:
void*
|
Gtk.Object | |
remove_data
(String key)
:
none
|
Gtk.Object | |
remove_data_by_id
(Number data_id)
:
none
|
Gtk.Object | |
remove_no_notify
(String key)
:
none
|
Gtk.Object | |
remove_no_notify_by_id
(Number key_id)
:
none
|
Gtk.Object | |
Gtk.Object | ||
Gtk.Object | ||
Gtk.Object | ||
Gtk.Object | ||
set_delay
(Number delay)
:
none
|
Gtk.Tooltips | |
Adds a tooltip containing the message tip_text to the specified GtkWidget.
Adds a tooltip containing the message tip_text to the specified GtkWidget.
|
Gtk.Tooltips | |
set_user_data
(void* data)
:
none
|
Gtk.Object | |
sink
()
:
none
|
Gtk.Object |
Event | Defined By | |
---|---|---|
destroy (Object self)
:
none
|
Gtk.Object |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.MenuToolButton
Method |
Sets the GtkTooltips object to be used for arrow button which pops up the menu.
|
Gtk.ToolItem
Signal |
This signal is emitted when the toolitem's tooltip changes.
|
Gtk.ToolItem
Method |
Sets the GtkTooltips object to be used for tool_item, the text to be displayed as tooltip on the item and the private text to be used.
|