Re: [AD] native filechooser addon |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] native filechooser addon
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Sun, 22 Feb 2009 15:24:25 -0800
Replying to myself, but anyway... a couple of questions/remarks about
the flags.
* - ALLEGRO_FILECHOOSER_MUST_EXIST:
Should this be [...]_FILE_MUST_EXIST, for clarity?
* - ALLEGRO_FILECHOOSER_FOLDER:
What should this do? Allow the user to select (and return) a directory
(and only a directory), or should it allow any file (including
directories)?
Note that both these behaviors might be wanted.
Evert