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

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

  

GtkStatusbar

Widget that provides a way to report messages of minor importance.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkBox
                     `-- GtkHBox
                            `-- GtkStatusbar

Direct subclasses

None.

Description

A GtkStatusbar is a framed label, usually added to the bottom of a window, that provides a way to report messages of minor importance. It is usually updated fairly frequently.

There are two indices in the structure of a statusbar; one is an associative array of message information, and the other is a stack of uniquely-indexed message arrays. The message at the top of the stack is the one currently on display.

Where a routine requires a lot of processing, the statusbar may be unable to update during the time taken to do so. You will need to call

each time the bar has been updated, to allow updating throughout.

Constructor

-- Creates a status bar.

Methods

get_context_id()
?? Returns the context id from the description.
push()
?? Adds message to top of stack.
pop()
?? Removes message from top of stack.
remove()
?? Removes designated message from stack.

Signals

"text-pushed"
?? Emitted when a message is prepended to the stack.
"text-popped"
?? Emitted when a message is popped from the top of the stack.

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

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