Gtk2_ScrollingLabel::setStartSignal

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

Synopsis

require_once 'Gtk2/ScrollingLabel.php';

void Gtk2_ScrollingLabel::setStartSignal (string $signal)

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.

Paramètres

Valeur retournée

returns The handler id for the connection.

Voir aussi

startScroll()

Note

Cette fonction ne peut pas être appelée de façon statique.