mac: Add win.disable/enable/isEnabled() API
This commit is contained in:
parent
214dd97165
commit
1a4b4a65c9
7 changed files with 76 additions and 0 deletions
|
@ -95,6 +95,9 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void ShowInactive();
|
||||
void Hide();
|
||||
bool IsVisible();
|
||||
void Disable();
|
||||
void Enable();
|
||||
bool IsEnabled();
|
||||
void Maximize();
|
||||
void Unmaximize();
|
||||
bool IsMaximized();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue