added hasShadow option to BrowserWindow (osx)
This commit is contained in:
parent
9b28b0e943
commit
ff41b4a267
9 changed files with 54 additions and 0 deletions
|
@ -58,6 +58,8 @@ class NativeWindowMac : public NativeWindow {
|
|||
void SetKiosk(bool kiosk) override;
|
||||
bool IsKiosk() override;
|
||||
void SetBackgroundColor(const std::string& color_name) override;
|
||||
void SetHasShadow(bool has_shadow) override;
|
||||
bool HasShadow() override;
|
||||
void SetRepresentedFilename(const std::string& filename) override;
|
||||
std::string GetRepresentedFilename() override;
|
||||
void SetDocumentEdited(bool edited) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue