#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. 
 
 
◆ 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 
 
 
◆ width
      
        
          | uint Window::FileBrowserOptions::width | 
      
 
File browser dialog window width 
 
 
◆ height
      
        
          | uint Window::FileBrowserOptions::height | 
      
 
File browser dialog window height 
 
 
The documentation for this struct was generated from the following file: