extend setSheetOffset to accept an optional 2nd offset

This commit is contained in:
leethomas 2016-05-19 20:19:08 -07:00
parent eaacbc86c7
commit 7d93642f42
4 changed files with 7 additions and 16 deletions

View file

@ -110,8 +110,7 @@ class Window : public mate::TrackableObject<Window>,
std::vector<int> GetMinimumSize();
void SetMaximumSize(int width, int height);
std::vector<int> GetMaximumSize();
void SetSheetOffset(double offsetY);
void SetSheetOffsets(double offsetX, double offsetY);
void SetSheetOffset(double offsetY, mate::Arguments* args);
void SetResizable(bool resizable);
bool IsResizable();
void SetMovable(bool movable);