first pass at api method to enable window
This commit is contained in:
parent
5240352326
commit
97589bbe33
2 changed files with 8 additions and 4 deletions
|
@ -112,6 +112,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void Hide();
|
||||
bool IsVisible();
|
||||
bool IsEnabled();
|
||||
void SetEnabled(bool enable);
|
||||
void Maximize();
|
||||
void Unmaximize();
|
||||
bool IsMaximized();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue