#include <Window.hpp>
 | 
| enum   | ButtonState { kButtonInvisible, 
kButtonVisibleUnchecked, 
kButtonVisibleChecked
 } | 
|   | 
File browser options. 
- See also
 - Window::openFileBrowser 
 
 
◆ ButtonState
File browser button state. This allows to customize the behaviour of the file browse dialog buttons. Note these are merely hints, not all systems support them. 
 
 
◆ FileBrowserOptions()
  
  
      
        
          | Window::FileBrowserOptions::FileBrowserOptions  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor for default values 
 
 
◆ startDir
      
        
          | const char* Window::FileBrowserOptions::startDir | 
        
      
 
Start directory, uses current working directory if null 
 
 
◆ title
      
        
          | const char* Window::FileBrowserOptions::title | 
        
      
 
File browser dialog window title, uses "FileBrowser" if null 
 
 
The documentation for this struct was generated from the following file: