_FileBrowserWidget struct
#include <gui/widgets/file_browser.h>
The file browser for samples, MIDI files, etc.
Contents
- Reference
Public variables
- GtkBox* file_chooser_box
- The file chooser.
- SupportedFile* selected_file
- Currently selected file.
- int start_saving_pos
- A little hack to get the paned position to get set from the gsettings when first created.
Variable documentation
int _ FileBrowserWidget:: start_saving_pos
A little hack to get the paned position to get set from the gsettings when first created.
Had problems where the position was quickly overwritten by something random within 300 ms of widget creation.