Gtk_ScrollingLabel::unPause

Gtk_ScrollingLabel::unPause -- Begins scrolling the label from its current position

Synopsis

require_once 'Gtk/ScrollingLabel.php';

void Gtk_ScrollingLabel::unPause ()

Beschreibung

Begins scrolling the label from its current position. unPause() is different from startScroll() in that it does not reset the label to the begining of the text.

Rückgabewert

returns true if the text has started scrolling.

Siehe auch

pause()

startScroll()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.