Gtk_ScrollingLabel::pause

Gtk_ScrollingLabel::pause -- Stops the label from scrolling without reseting the label text

概要

require_once 'Gtk/ScrollingLabel.php';

void Gtk_ScrollingLabel::pause ()

説明

Stops the label from scrolling but does not reset the label text to the begining. If you want the label to stop scrolling and return to its original position (blank), use stopScroll().

返り値

returns true if the scrolling has stopped.

参照

unPause()

注意

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