- al_append_menu_item
int al_append_menu_item(ALLEGRO_MENU* parent, char* title, ushort id, int flags, ALLEGRO_BITMAP* icon, ALLEGRO_MENU* submenu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_append_native_text_log
void al_append_native_text_log(ALLEGRO_TEXTLOG* textlog, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_build_menu
ALLEGRO_MENU* al_build_menu(ALLEGRO_MENU_INFO* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_clone_menu
ALLEGRO_MENU* al_clone_menu(ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_clone_menu_for_popup
ALLEGRO_MENU* al_clone_menu_for_popup(ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_close_native_text_log
void al_close_native_text_log(ALLEGRO_TEXTLOG* textlog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_menu
ALLEGRO_MENU* al_create_menu()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_native_file_dialog
ALLEGRO_FILECHOOSER* al_create_native_file_dialog(ALLEGRO_PATH* initial_path, char* title, char* patterns, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_create_popup_menu
ALLEGRO_MENU* al_create_popup_menu()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_menu
void al_destroy_menu(ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_native_file_dialog
void al_destroy_native_file_dialog(ALLEGRO_FILECHOOSER* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_disable_menu_event_source
void al_disable_menu_event_source(ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_enable_menu_event_source
ALLEGRO_EVENT_SOURCE* al_enable_menu_event_source(ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_find_menu
ALLEGRO_MENU* al_find_menu(ALLEGRO_MENU* haystack, ushort id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_find_menu_item
bool al_find_menu_item(ALLEGRO_MENU* haystack, ushort id, ALLEGRO_MENU** menu, int* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_allegro_native_dialog_version
uint al_get_allegro_native_dialog_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_default_menu_event_source
ALLEGRO_EVENT_SOURCE* al_get_default_menu_event_source()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_display_menu
ALLEGRO_MENU* al_get_display_menu(ALLEGRO_DISPLAY* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_menu_item_caption
const_char* al_get_menu_item_caption(ALLEGRO_MENU* menu, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_menu_item_flags
int al_get_menu_item_flags(ALLEGRO_MENU* menu, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_menu_item_icon
ALLEGRO_BITMAP* al_get_menu_item_icon(ALLEGRO_MENU* menu, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_native_file_dialog_count
int al_get_native_file_dialog_count(ALLEGRO_FILECHOOSER* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_native_file_dialog_path
ALLEGRO_PATH* al_get_native_file_dialog_path(ALLEGRO_FILECHOOSER* dialog, size_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_native_text_log_event_source
ALLEGRO_EVENT_SOURCE* al_get_native_text_log_event_source(ALLEGRO_TEXTLOG* textlog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_init_native_dialog_addon
bool al_init_native_dialog_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_insert_menu_item
int al_insert_menu_item(ALLEGRO_MENU* parent, int pos, char* title, ushort id, int flags, ALLEGRO_BITMAP* icon, ALLEGRO_MENU* submenu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_open_native_text_log
ALLEGRO_TEXTLOG* al_open_native_text_log(char* title, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_popup_menu
bool al_popup_menu(ALLEGRO_MENU* popup, ALLEGRO_DISPLAY* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_remove_display_menu
ALLEGRO_MENU* al_remove_display_menu(ALLEGRO_DISPLAY* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_remove_menu_item
bool al_remove_menu_item(ALLEGRO_MENU* menu, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_display_menu
bool al_set_display_menu(ALLEGRO_DISPLAY* display, ALLEGRO_MENU* menu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_menu_item_caption
void al_set_menu_item_caption(ALLEGRO_MENU* menu, int pos, char* caption)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_menu_item_flags
void al_set_menu_item_flags(ALLEGRO_MENU* menu, int pos, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_menu_item_icon
void al_set_menu_item_icon(ALLEGRO_MENU* menu, int pos, ALLEGRO_BITMAP* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_show_native_file_dialog
void al_show_native_file_dialog(ALLEGRO_DISPLAY* display, ALLEGRO_FILECHOOSER* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_show_native_message_box
int al_show_native_message_box(ALLEGRO_DISPLAY* display, char* title, char* heading, char* text, char* buttons, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_shutdown_native_dialog_addon
void al_shutdown_native_dialog_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_toggle_menu_item_flags
int al_toggle_menu_item_flags(ALLEGRO_MENU* menu, int pos, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.