Add initial setContentBounds method

This commit is contained in:
Kevin Sawicki 2016-08-04 12:02:24 -07:00
parent 5681ee5220
commit 52199a008d
5 changed files with 21 additions and 3 deletions

View file

@ -112,6 +112,7 @@ class Window : public mate::TrackableObject<Window>,
std::vector<int> GetSize();
void SetContentSize(int width, int height, mate::Arguments* args);
std::vector<int> GetContentSize();
void SetContentBounds(const gfx::Rect& bounds, mate::Arguments* args);
gfx::Rect GetContentBounds();
void SetMinimumSize(int width, int height);
std::vector<int> GetMinimumSize();