Gtk2_EntryDialog::get_text

Gtk2_EntryDialog::get_text() – Returns the text input by the user.

Synopsis

require_once 'Gtk2/EntryDialog.php';

string Gtk2_EntryDialog::get_text ( )

Description

Retrieves the text from the entry.

Return value

returns The input from the user.