Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 197208 программистов и 2050 роботов. Сейчас ищут 1882 программиста ...
Introduction
Вернуться к: Gtk2_EntryDialog
Introduction
Introduction – About Gtk2_EntryDialog
Gtk2_EntryDialog provides a dialog with a message and one single text input field, and some buttons like OK and Cancel. The class tries to make it as easy as possible to get the text from the user with only a few lines of code, while keeping the full power of the GtkDialog class.
The most easy way to retrieve the text with one line of code is using the get() static method.
Вернуться к: Gtk2_EntryDialog