Molybden API
Loading...
Searching...
No Matches
molybden::OpenDialogFeatures Struct Reference

The features of an open dialog. More...

#include <dialogs.hpp>

Public Attributes

bool allow_multiple_selections = false
 Whether the dialog allows multiple file selection.
 
bool can_create_directories = true
 Whether the dialog allows creating new directories (macOS).
 
bool show_hidden_files = false
 Whether the dialog shows and allows selecting hidden files.
 
bool resolves_symlinks = false
 Whether the dialog resolves symlinks (macOS).
 
bool treat_packages_as_directories = false
 Whether the dialog treats packages, such as .app folders, as directories instead of a file (macOS).
 

Detailed Description

The features of an open dialog.

Some features are platform-specific. If the feature is not available on the platform, the default value will be used.


The documentation for this struct was generated from the following file: