Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17226 программистов и 1834 робота. Сейчас ищут 1668 программистов ...
Gtk2_ScrollingLabel::getFullText
Вернуться к: Gtk2_ScrollingLabel
Gtk2_ScrollingLabel::getFullText
Gtk2_ScrollingLabel::getFullText – Returns the full text of the label.
Synopsis
require_once 'Gtk2/ScrollingLabel.php';
string Gtk2_ScrollingLabel::getFullText ( )
Returns the full text of the label. The full text is the text that was set on construction or with setFullText() not just what is currently visible.
Return value
returns the full text of the label.
Note
This function can not be called statically.
Вернуться к: Gtk2_ScrollingLabel