Gtk2_ScrollingLabel::getVisibleLength

Gtk2_ScrollingLabel::getVisibleLength -- Returns the length of the visible area in characters.

Synopsis

require_once 'Gtk2/ScrollingLabel.php';

int Gtk2_ScrollingLabel::getVisibleLength ()

Beschreibung

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.

Rückgabewert

integer the maximum number of characters that are visible at one time.

Siehe auch

setVisibleLength()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.