Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 81715 программистов и 3627 роботов. Сейчас ищут 2593 программиста ...
Gtk_ScrollingLabel::getVisibleLength
Вернуться к: Gtk_ScrollingLabel
Gtk_ScrollingLabel::getVisibleLength
Gtk_ScrollingLabel::getVisibleLength – Returns the length of the visible area in characters.
Synopsis
require_once 'Gtk/ScrollingLabel.php';
int Gtk_ScrollingLabel::getVisibleLength ( )
Returns the length of the visible area in characters. The length of the visible area is the maximum number of characters that are visible at one time.
Return value
integer the maximum number of characters that are visible at one time.
See
setVisibleLength()
Note
This function can not be called statically.
Вернуться к: Gtk_ScrollingLabel