diff options
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r-- | plugingui/filebrowser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h index bdfe98f..e745e7e 100644 --- a/plugingui/filebrowser.h +++ b/plugingui/filebrowser.h @@ -41,6 +41,8 @@ public: FileBrowser(Widget *parent); ~FileBrowser(); + void setPath(std::string path); + bool isFocusable() { return true; } void registerFileSelectHandler(void (*handler)(void *, std::string), |