|
UniWindowController 0.8.2
https://github.com/kirurobo/uniWindowController/
|
Provides static methods to open native file dialog More...
Classes | |
| class | Filter |
| File filter More... | |
| class | LibUniWinC |
| struct | Settings |
| Parameters for file dialog More... | |
Public Types | |
| enum | Flag { None = 0 , AllowMultipleSelection = 4 , ShowHiddenFiles = 4096 } |
| Dialog setting flags | |
Static Public Member Functions | |
| static void | OpenFilePanel (Settings settings, Action< string[]> action) |
| Open file selection dialog More... | |
| static void | SaveFilePanel (Settings settings, Action< string[]> action) |
| Open save-file selection dialog More... | |
Provides static methods to open native file dialog
|
static |
Open file selection dialog
| settings | |
| action |
|
static |
Open save-file selection dialog
| settings | |
| action |