Gtk_ScrollingLabel::getFullText
Gtk_ScrollingLabel::getFullText -- Returns the full text of the label.
概要
require_once 'Gtk/ScrollingLabel.php'; |
string Gtk_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.
返り値
returns the full text of the label.
注意
この関数は、スタティックにコールする
ことはできません。