-
Notifications
You must be signed in to change notification settings - Fork 0
Dialogs
On this page is outlined all the different "Widget Systems" that are available in ENIGMA, what platforms they support, along with the list of functions that are present in each one.
Platform: Windows
Dependencies: N/A
UTF-8 Support: No
Language: C++
API'S: WinAPI
Functions:
● show_message()
● show_message_ext()
● show_question()
● show_error()
● show_info()
● show_menu()
● get_string()
● get_login()
● get_integer()
● get_number()
● get_open_filename()
● get_open_filename_ext()
● get_save_filename()
● get_save_filename_ext()
● get_directory()
● get_directory_alt()
● get_color()
Platform: Windows
Dependencies: DialogModule
UTF-8 Support: Yes
Language: C++
API'S: WinAPI
Functions:
● show_message()
● show_question()
● show_error()
● get_string()
● get_password()
● get_integer()
● get_passcode()
● get_open_filename()
● get_open_filename_ext()
● get_save_filename()
● get_save_filename_ext()
● get_directory()
● get_directory_alt()
● get_color()
Platform: Mac OS X
Dependencies: N/A
UTF-8 Support: Yes
Language: C++, AppleScript
API'S: CoCoa
Functions:
● show_message()
● show_question()
● show_error()
● get_string()
● get_password()
● get_integer()
● get_passcode()
● get_open_filename()
● get_open_filename_ext()
● get_save_filename()
● get_save_filename_ext()
● get_directory()
● get_directory_alt()
● get_color()
Platform: Linux
Dependencies: Zenity, GTK
UTF-8 Support: Yes
Language: C++, Shell Scripting
API'S: XLib
Functions:
● show_message()
● show_question()
● show_error()
● get_string()
● get_password()
● get_integer()
● get_passcode()
● get_open_filename()
● get_open_filename_ext()
● get_save_filename()
● get_save_filename_ext()
● get_directory()
● get_directory_alt()
● get_color()
Platform: Linux
Dependencies: KDE
UTF-8 Support: Yes
Language: C++, Shell Scripting
API'S: XLib
Functions:
● show_message()
● show_question()
● show_error()
● get_string()
● get_password()
● get_integer()
● get_passcode()
● get_open_filename()
● get_open_filename_ext()
● get_save_filename()
● get_save_filename_ext()
● get_directory()
● get_directory_alt()
● get_color()
This is number 1