🎁 Add 'win.closeFilePreview()'
This commit is contained in:
parent
ccabee764b
commit
d5a0dd39a1
7 changed files with 23 additions and 0 deletions
|
@ -171,6 +171,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
bool IsMenuBarVisible();
|
||||
void SetAspectRatio(double aspect_ratio, mate::Arguments* args);
|
||||
void PreviewFile(const std::string& path, mate::Arguments* args);
|
||||
void CloseFilePreview();
|
||||
void SetParentWindow(v8::Local<v8::Value> value, mate::Arguments* args);
|
||||
v8::Local<v8::Value> GetParentWindow() const;
|
||||
std::vector<v8::Local<v8::Object>> GetChildWindows() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue