Gtk_ScrollingLabel::setStartSignal

Gtk_ScrollingLabel::setStartSignal

Gtk_ScrollingLabel::setStartSignal --  Connects the startScroll() method to a given event.

Description

setStartSignal() 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

  • string $signal - The Gtk signal to connect to startScroll().

Return value

returns The handler id for the connection.

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.