previousGtk2_ScrollingLabel::setBounce (Previous) (Next) Gtk2_ScrollingLabel::startScrollnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

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.

previousGtk2_ScrollingLabel::setBounce (Previous) (Next) Gtk2_ScrollingLabel::startScrollnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.