| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Gtk_ScrollingLabel::setStartSignalGtk_ScrollingLabel::setStartSignal –
startScroll() メソッドを、指定したイベントに接続する
Synopsis
require_once 'Gtk/ScrollingLabel.php';
DescriptionsetStartSignal() will make the event box listen for the signal $signal and will envoke startScroll() when ever it is heard. The signal should be a signal that GtkEventBox listens for normally or a button press event. Parameter
Return valuereturns The handler id for the connection. SeeNoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Gtk_ScrollingLabel::setStartSignal」をGoogle検索
|