🎁 Add 'win.closeFilePreview()'

This commit is contained in:
Daniel Pham 2016-11-21 13:30:13 -05:00 committed by Kevin Sawicki
parent ccabee764b
commit d5a0dd39a1
7 changed files with 23 additions and 0 deletions

View file

@ -57,6 +57,7 @@ class NativeWindowMac : public NativeWindow,
override;
void PreviewFile(const std::string& path, const std::string& display_name)
override;
void CloseFilePreview() override;
bool IsMovable() override;
void SetMinimizable(bool minimizable) override;
bool IsMinimizable() override;