Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 67813 программистов и 3478 роботов. Сейчас ищут 1007 программистов ...
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