Home
last modified time | relevance | path

Searched refs:ALLEGRO_FILECHOOSER_SAVE (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/
H A Dgtk_filesel.c35 bool save = fd->flags & ALLEGRO_FILECHOOSER_SAVE; in create_gtk_file_dialog()
H A Dwin_dialog.c262 if (fd->flags & ALLEGRO_FILECHOOSER_SAVE) { in _al_show_native_file_dialog()
H A Dosx_dialog.m48 if (mode & ALLEGRO_FILECHOOSER_SAVE) { // Save dialog
/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/allegro5/
H A Dallegro_native_dialog.h125 ALLEGRO_FILECHOOSER_SAVE = 2, enumerator
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_native_filechooser.c99 int flags = save ? ALLEGRO_FILECHOOSER_SAVE : ALLEGRO_FILECHOOSER_MULTIPLE; in spawn_async_file_dialog()
/dports/devel/z88dk/z88dk/support/sprites/
H A Dsprite.c1383 …ate_native_file_dialog("./", "Generate C header for sprites", sprHeader, ALLEGRO_FILECHOOSER_SAVE); in do_save_code()
1405 …l_create_native_file_dialog("./", "Save all editor memory", sprPatterns, ALLEGRO_FILECHOOSER_SAVE); in do_save_sprites()