Gtk_ScrollingLabel::getFullText

Gtk_ScrollingLabel::getFullText -- Returns the full text of the label.

Synopsis

require_once 'Gtk/ScrollingLabel.php';

string Gtk_ScrollingLabel::getFullText ()

Beschreibung

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.

Rückgabewert

returns the full text of the label.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.