Gtk_ScrollingLabel::unPause

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

概要

require_once 'Gtk/ScrollingLabel.php';

void Gtk_ScrollingLabel::unPause ()

説明

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.

返り値

returns true if the text has started scrolling.

参照

pause()

startScroll()

注意

この関数は、スタティックにコールする ことはできません。