PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GtkTipsQuery | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GtkTipsQuery

Displays help about widgets in the user interface.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkMisc
              `-- GtkLabel
                     `-- GtkTipsQuery

Direct subclasses

None.

Description

The TipsQuery is a label which displays the tooltips of the widgets the mouse hovers. First it has to be activated with start_query() : The mouse cursor changes and the label comes to life, displaying the tooltips of the hovering widget. The query is automatically deactivated when the user clicks somewhere.

With the help of the "widget_entered" signal, one could display a small tool tip showing the extendet data of a tooltip or call a help browser. For this purpose, the private (extendet) tooltip data could contain location of the page the help browser should display.

Constructor

-- Creates a new TipsQuery object.

Methods

start_query()
?? Activates the widget
stop_query()
?? Stops a started query
set_caller()
?? Sets the widget which initiates the query, usually a button.
set_labels()
?? Sets the tooltip label for non-active states.

Signals

"widget_entered"
?? Emitted when an active tips query enters a widget by hovering it.
"widget_selected"
?? Emitted when a widget is clicked while a tips query is active.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GtkTipsQuery」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GtkTipsQuery」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: