extend setSheetOffset to accept an optional 2nd offset
This commit is contained in:
parent
eaacbc86c7
commit
7d93642f42
4 changed files with 7 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue