derelict.allegro5.dialog

Undocumented in source.

Members

Aliases

da_al_append_menu_item
alias da_al_append_menu_item = int function(ALLEGRO_MENU*, const(char)*, short, int, ALLEGRO_BITMAP*, ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_append_native_text_log
alias da_al_append_native_text_log = void function(ALLEGRO_TEXTLOG*, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_build_menu
alias da_al_build_menu = ALLEGRO_MENU* function(ALLEGRO_MENU_INFO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_clone_menu
alias da_al_clone_menu = ALLEGRO_MENU* function(ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_clone_menu_for_popup
alias da_al_clone_menu_for_popup = ALLEGRO_MENU* function(ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_close_native_text_log
alias da_al_close_native_text_log = void function(ALLEGRO_TEXTLOG*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_menu
alias da_al_create_menu = ALLEGRO_MENU* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_native_file_dialog
alias da_al_create_native_file_dialog = ALLEGRO_FILECHOOSER* function(const(char)*, const(char)*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_create_popup_menu
alias da_al_create_popup_menu = ALLEGRO_MENU* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_menu
alias da_al_destroy_menu = void function(ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_destroy_native_file_dialog
alias da_al_destroy_native_file_dialog = void function(ALLEGRO_FILECHOOSER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_disable_menu_event_source
alias da_al_disable_menu_event_source = void function(ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_enable_menu_event_source
alias da_al_enable_menu_event_source = ALLEGRO_EVENT_SOURCE* function(ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_find_menu
alias da_al_find_menu = ALLEGRO_MENU* function(ALLEGRO_MENU*, short)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_find_menu_item
alias da_al_find_menu_item = bool function(ALLEGRO_MENU*, short, ALLEGRO_MENU**, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_allegro_native_dialog_version
alias da_al_get_allegro_native_dialog_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_default_menu_event_source
alias da_al_get_default_menu_event_source = ALLEGRO_EVENT_SOURCE* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_display_menu
alias da_al_get_display_menu = ALLEGRO_MENU* function(ALLEGRO_DISPLAY*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_menu_item_caption
alias da_al_get_menu_item_caption = const(char)* function(ALLEGRO_MENU*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_menu_item_flags
alias da_al_get_menu_item_flags = int function(ALLEGRO_MENU*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_menu_item_icon
alias da_al_get_menu_item_icon = ALLEGRO_BITMAP* function(ALLEGRO_MENU*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_native_file_dialog_count
alias da_al_get_native_file_dialog_count = int function(const(ALLEGRO_FILECHOOSER)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_native_file_dialog_path
alias da_al_get_native_file_dialog_path = const(char)* function(const(ALLEGRO_FILECHOOSER)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_native_text_log_event_source
alias da_al_get_native_text_log_event_source = ALLEGRO_EVENT_SOURCE* function(ALLEGRO_TEXTLOG*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_init_native_dialog_addon
alias da_al_init_native_dialog_addon = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_insert_menu_item
alias da_al_insert_menu_item = int function(ALLEGRO_MENU*, int, const(char)*, short, int, ALLEGRO_BITMAP*, ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_open_native_text_log
alias da_al_open_native_text_log = ALLEGRO_TEXTLOG* function(const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_popup_menu
alias da_al_popup_menu = bool function(ALLEGRO_MENU*, ALLEGRO_DISPLAY*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_remove_display_menu
alias da_al_remove_display_menu = ALLEGRO_MENU* function(ALLEGRO_DISPLAY*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_remove_menu_item
alias da_al_remove_menu_item = bool function(ALLEGRO_MENU*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_display_menu
alias da_al_set_display_menu = bool function(ALLEGRO_DISPLAY*, ALLEGRO_MENU*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_menu_item_caption
alias da_al_set_menu_item_caption = void function(ALLEGRO_MENU*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_menu_item_flags
alias da_al_set_menu_item_flags = void function(ALLEGRO_MENU*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_set_menu_item_icon
alias da_al_set_menu_item_icon = void function(ALLEGRO_MENU*, int, ALLEGRO_BITMAP*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_show_native_file_dialog
alias da_al_show_native_file_dialog = bool function(ALLEGRO_DISPLAY*, ALLEGRO_FILECHOOSER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_show_native_message_box
alias da_al_show_native_message_box = int function(ALLEGRO_DISPLAY*, const(char)*, const(char)*, const(char)*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_shutdown_native_dialog_addon
alias da_al_shutdown_native_dialog_addon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictAllegro5DialogLoader
class DerelictAllegro5DialogLoader
Undocumented in source.

Enums

ALLEGRO_EVENT_NATIVE_DIALOG_CLOSE
anonymousenum ALLEGRO_EVENT_NATIVE_DIALOG_CLOSE
Undocumented in source.
ALLEGRO_FILECHOOSER_FILE_MUST_EXIST
anonymousenum ALLEGRO_FILECHOOSER_FILE_MUST_EXIST
Undocumented in source.
ALLEGRO_MENU_ITEM_ENABLED
anonymousenum ALLEGRO_MENU_ITEM_ENABLED
Undocumented in source.
ALLEGRO_MESSAGEBOX_WARN
anonymousenum ALLEGRO_MESSAGEBOX_WARN
Undocumented in source.
ALLEGRO_TEXTLOG_NO_CLOSE
anonymousenum ALLEGRO_TEXTLOG_NO_CLOSE
Undocumented in source.

Static variables

DerelictAllegro5Dialog
DerelictAllegro5DialogLoader DerelictAllegro5Dialog;
Undocumented in source.
al_append_menu_item
da_al_append_menu_item al_append_menu_item;
Undocumented in source.
al_append_native_text_log
da_al_append_native_text_log al_append_native_text_log;
Undocumented in source.
al_build_menu
da_al_build_menu al_build_menu;
Undocumented in source.
al_clone_menu
da_al_clone_menu al_clone_menu;
Undocumented in source.
al_clone_menu_for_popup
da_al_clone_menu_for_popup al_clone_menu_for_popup;
Undocumented in source.
al_close_native_text_log
da_al_close_native_text_log al_close_native_text_log;
Undocumented in source.
al_create_menu
da_al_create_menu al_create_menu;
Undocumented in source.
al_create_native_file_dialog
da_al_create_native_file_dialog al_create_native_file_dialog;
Undocumented in source.
al_create_popup_menu
da_al_create_popup_menu al_create_popup_menu;
Undocumented in source.
al_destroy_menu
da_al_destroy_menu al_destroy_menu;
Undocumented in source.
al_destroy_native_file_dialog
da_al_destroy_native_file_dialog al_destroy_native_file_dialog;
Undocumented in source.
al_disable_menu_event_source
da_al_disable_menu_event_source al_disable_menu_event_source;
Undocumented in source.
al_enable_menu_event_source
da_al_enable_menu_event_source al_enable_menu_event_source;
Undocumented in source.
al_find_menu
da_al_find_menu al_find_menu;
Undocumented in source.
al_find_menu_item
da_al_find_menu_item al_find_menu_item;
Undocumented in source.
al_get_allegro_native_dialog_version
da_al_get_allegro_native_dialog_version al_get_allegro_native_dialog_version;
Undocumented in source.
al_get_default_menu_event_source
da_al_get_default_menu_event_source al_get_default_menu_event_source;
Undocumented in source.
al_get_display_menu
da_al_get_display_menu al_get_display_menu;
Undocumented in source.
al_get_menu_item_caption
da_al_get_menu_item_caption al_get_menu_item_caption;
Undocumented in source.
al_get_menu_item_flags
da_al_get_menu_item_flags al_get_menu_item_flags;
Undocumented in source.
al_get_menu_item_icon
da_al_get_menu_item_icon al_get_menu_item_icon;
Undocumented in source.
al_get_native_file_dialog_count
da_al_get_native_file_dialog_count al_get_native_file_dialog_count;
Undocumented in source.
al_get_native_file_dialog_path
da_al_get_native_file_dialog_path al_get_native_file_dialog_path;
Undocumented in source.
al_get_native_text_log_event_source
da_al_get_native_text_log_event_source al_get_native_text_log_event_source;
Undocumented in source.
al_init_native_dialog_addon
da_al_init_native_dialog_addon al_init_native_dialog_addon;
Undocumented in source.
al_insert_menu_item
da_al_insert_menu_item al_insert_menu_item;
Undocumented in source.
al_open_native_text_log
da_al_open_native_text_log al_open_native_text_log;
Undocumented in source.
al_popup_menu
da_al_popup_menu al_popup_menu;
Undocumented in source.
al_remove_display_menu
da_al_remove_display_menu al_remove_display_menu;
Undocumented in source.
al_remove_menu_item
da_al_remove_menu_item al_remove_menu_item;
Undocumented in source.
al_set_display_menu
da_al_set_display_menu al_set_display_menu;
Undocumented in source.
al_set_menu_item_caption
da_al_set_menu_item_caption al_set_menu_item_caption;
Undocumented in source.
al_set_menu_item_flags
da_al_set_menu_item_flags al_set_menu_item_flags;
Undocumented in source.
al_set_menu_item_icon
da_al_set_menu_item_icon al_set_menu_item_icon;
Undocumented in source.
al_show_native_file_dialog
da_al_show_native_file_dialog al_show_native_file_dialog;
Undocumented in source.
al_show_native_message_box
da_al_show_native_message_box al_show_native_message_box;
Undocumented in source.
al_shutdown_native_dialog_addon
da_al_shutdown_native_dialog_addon al_shutdown_native_dialog_addon;
Undocumented in source.

Structs

ALLEGRO_FILECHOOSER
struct ALLEGRO_FILECHOOSER
Undocumented in source.
ALLEGRO_MENU
struct ALLEGRO_MENU
Undocumented in source.
ALLEGRO_MENU_INFO
struct ALLEGRO_MENU_INFO
Undocumented in source.
ALLEGRO_TEXTLOG
struct ALLEGRO_TEXTLOG
Undocumented in source.

Meta