🍎 allow x-axis offset to be set for sheets
This commit is contained in:
parent
f441ba2694
commit
359123458d
5 changed files with 35 additions and 13 deletions
|
@ -110,7 +110,8 @@ class Window : public mate::TrackableObject<Window>,
|
|||
std::vector<int> GetMinimumSize();
|
||||
void SetMaximumSize(int width, int height);
|
||||
std::vector<int> GetMaximumSize();
|
||||
void SetSheetOffset(double offset);
|
||||
void SetSheetOffset(double offsetY);
|
||||
void SetSheetOffsets(double offsetX, double offsetY);
|
||||
void SetResizable(bool resizable);
|
||||
bool IsResizable();
|
||||
void SetMovable(bool movable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue