Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Enumerations
fseltype.h File Reference

Enumerations

enum  IlvFileSelectorType { IlvFileSelectorLoad, IlvFileSelectorSave }
 The different types of file selection dialog boxes. More...
 

Detailed Description

Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvFileSelectorType type.

Enumeration Type Documentation

◆ IlvFileSelectorType

The different types of file selection dialog boxes.

bla

See also
IlvFileSelector.
Enumerator
IlvFileSelectorLoad 

The dialog box is created in order to load a file. You are not able to select a file that does not exist.

IlvFileSelectorSave 

The dialog box is created in order to save a file. Any valid file name can be chosen, in an existing directory.