Browse Source

Add className var to filedialog, to be used later

Signed-off-by: falkTX <falktx@falktx.com>
pull/401/merge
falkTX 1 year ago
parent
commit
644f065973
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      distrho/extra/FileBrowserDialogImpl.hpp

+ 4
- 0
distrho/extra/FileBrowserDialogImpl.hpp View File

@@ -43,6 +43,9 @@ struct FileBrowserOptions {
/** File browser dialog window title, uses "FileBrowser" if null */
const char* title;

/** Class name of the matching Application instance that controls this dialog */
const char* className;

// TODO file filter

/**
@@ -80,6 +83,7 @@ struct FileBrowserOptions {
defaultName(nullptr),
startDir(nullptr),
title(nullptr),
className(nullptr),
buttons() {}
};



Loading…
Cancel
Save