Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
Gtk2_ScrollingLabel::pause
Вернуться к: Gtk2_ScrollingLabel
Gtk2_ScrollingLabel::pause
Gtk2_ScrollingLabel::pause – Stops the label from scrolling without reseting the label text
Synopsis
require_once 'Gtk2/ScrollingLabel.php';
void Gtk2_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().
Return value
returns true if the scrolling has stopped.
See
Note
This function can not be called statically.
Вернуться к: Gtk2_ScrollingLabel