Warning: file_put_contents(): Only -1 of 46 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Класове Предишен   GtkTooltips Следващ An object for managing a collection of tooltips. Йерархия на обектите GObject `-- GtkObject        Опис...
Forum und email

GtkTooltips

An object for managing a collection of tooltips.

Йерархия на обектите

GObject
`-- GtkObject
       `-- GtkTooltips

Описание

Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.

An individual tooltip belongs to a group of tooltips. A group is created with the constructor. Every tooltip in the group can then be turned off with a call to disable() and enabled with enable() .

Tooltips can only be set on widgets which have their own X window. To add a tooltip to a widget that doesn't have its own window, place the widget inside a GtkEventBox and add a tooltip to that instead.

Constructors

-- Creates a new tooltips object.

Методи

disable()
  Disables the tooltips.
enable()
  Enables the tooltips.
force_window()
  Internal use only.
set_delay()
  Set the amount of time until the tips appear.
set_tip()
  Set the tooltip for a widget.

Полета

active_tips_data:
 
delay:
 
enabled:
 
timer_tag:
 
tip_label:
 
tip_window:
 
tips_data_list:
 
use_sticky_delay: