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

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

  

GtkObject::connect_object_after

connect_object_after() allows the passing of a different object to a callback than the one for emitting the signal in the first place. By using the connect_object_after() you can ensure that all normal handlers, and the default handler are called first.

The signal parameter is the textual name of the signal we want to connect to, the function parameter is the textual name of the function we want to connect to the signal and the param parameter is the object we want to pass as the first parameter to the callback.

The function returns the signal_id.

See Also: connect() , connect_after() , connect_object()

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

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