Fullscreenable => FullScreenable
This commit is contained in:
parent
d6f2b7c982
commit
5372b6cd91
10 changed files with 24 additions and 24 deletions
|
@ -112,8 +112,8 @@ class Window : public mate::TrackableObject<Window>,
|
|||
bool IsMinimizable();
|
||||
void SetMaximizable(bool maximizable);
|
||||
bool IsMaximizable();
|
||||
void SetFullscreenable(bool fullscreenable);
|
||||
bool IsFullscreenable();
|
||||
void SetFullScreenable(bool fullscreenable);
|
||||
bool IsFullScreenable();
|
||||
void SetClosable(bool closable);
|
||||
bool IsClosable();
|
||||
void SetAlwaysOnTop(bool top);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue