Gtk2
Introduction
Gtk2
PEAR Manual
Gtk2_EntryDialog
Table of Contents
Introduction
-- About Gtk2_EntryDialog
constructor Gtk2_EntryDialog
-- Create a entry dialog instance.
Gtk2_EntryDialog::new_simple
-- Simplified constructor with not so much parameters.
Gtk2_EntryDialog::get
-- Show the dialog and retrieve the text
Gtk2_EntryDialog::run
-- Show the dialog and block until a button has been pressed.
Gtk2_EntryDialog::get_text
-- Returns the text input by the user.
Gtk2_EntryDialog::set_text
-- Sets the text for the entry
Gtk2_EntryDialog::set_default_response
-- Set the default response.
The package provides a simple dialogbox for text input.
Gtk2
Introduction
Gtk2
PEAR Manual