Gtk2_ScrollingLabel::unPause
Gtk2_ScrollingLabel::unPause – Begins scrolling the label from its current position
Synopsis
require_once 'Gtk2/ScrollingLabel.php';
void Gtk2_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.
Return value
returns true
if the text has
started scrolling.
Замечание
This function can not be called statically.