Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18921 программист и 1635 роботов. Сейчас ищут 2150 программистов ...
Gtk_ScrollingLabel::unPause
Вернуться к: Gtk_ScrollingLabel
Gtk_ScrollingLabel::unPause
Gtk_ScrollingLabel::unPause – Begins scrolling the label from its current position
Synopsis
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.
Return value
returns true if the text has started scrolling.
Note
This function can not be called statically.
Вернуться к: Gtk_ScrollingLabel