#include <ilviews/gadgets/filechoo.h>
#include <ilviews/gadgets/filesel.h>
#include <ilviews/util/dialogs.h>
#include <ilviews/gadgets/macrosadv.h>
Library: ilvadvgdt
Declaration of the IlvFileBrowser class.
◆ IlvFileBrowserOption
This enumeration type describes the various options of the IlvFileBrowser
class.
Enumerator |
---|
IlvUseDefault | The file browser determines which dialog to use at run time. In this case, the environment variable or resource ILVFILEBROWSEROPTIONS is checked first. The possible values for this environment variable are UseDefault , UseAlwaysSystemDialog or UseAlwaysViewsDialog . If this variable or resource does not exist, the file browser is selected according to the current look-and-feel.
|
IlvUseAlwaysSystemDialog | The system dialog will always be used, if available.
|
IlvUseAlwaysViewsDialog | The built-in views dialog will always be used. This dialog is always available.
|