Podręcznik PEAR
Poprzedni
Rozdział 42. Gtk2
Następny
Gtk2_EntryDialog
Spis treści
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.
Poprzedni
Spis treści
Następny
Gtk2
Początek rozdziału
Introduction