Add BrowserWindow::setContentSize.
This commit is contained in:
parent
511a49f6fb
commit
5150fd6946
9 changed files with 33 additions and 1 deletions
|
@ -73,6 +73,7 @@ class Window : public mate::EventEmitter,
|
|||
bool IsFullscreen();
|
||||
void SetSize(int width, int height);
|
||||
std::vector<int> GetSize();
|
||||
void SetContentSize(int width, int height);
|
||||
std::vector<int> GetContentSize();
|
||||
void SetMinimumSize(int width, int height);
|
||||
std::vector<int> GetMinimumSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue