constructor Gtk2_EntryDialog | Gtk2_EntryDialog::get |
Gtk2_EntryDialog | |
PEAR Manual | |
require_once 'Gtk2/EntryDialog.php'; |
Gtk2_EntryDialog
Gtk2_EntryDialog::new_simple
(
string $message
,
string $default = null
,
GtkWindow $parent = null
)
Simplified constructor with not so much parameters.
Message type is Gtk::MESSAGE_QUESTION, the flags will be Gtk::DIALOG_MODAL if the parent is set. Only one button, OK, will be visible.
|
Message to display.
Default text for the entry.
Parent window (can be null).
constructor Gtk2_EntryDialog | Gtk2_EntryDialog::get |
Gtk2_EntryDialog | |
PEAR Manual | |