Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16569 программистов и 1771 робот. Сейчас ищут 1766 программистов ...
Gtk2_EntryDialog::set_default_response
Вернуться к: Gtk2_EntryDialog
Gtk2_EntryDialog::set_default_response
Gtk2_EntryDialog::set_default_response() – Set the default response.
Synopsis
require_once 'Gtk2/EntryDialog.php';
void Gtk2_EntryDialog::set_default_response ( int $response_id )
Set the default response.
The button with the id will be the default one, allowing you to just press return to activate it.
Parameter
- int $response_id
-
Response code
Вернуться к: Gtk2_EntryDialog