first pass at api method to enable window

This commit is contained in:
Shelley Vohr 2018-02-05 14:49:59 -05:00
parent 5240352326
commit 97589bbe33
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 8 additions and 4 deletions

View file

@ -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();