Codechange: Add method to resize both width and height of a widget.

This commit is contained in:
2023-11-20 22:24:34 +00:00
committed by Peter Nelson
parent d04fd4602d
commit f281525492
2 changed files with 17 additions and 0 deletions

View File

@@ -262,6 +262,7 @@ public:
void SetFill(uint fill_x, uint fill_y);
void SetResize(uint resize_x, uint resize_y);
bool UpdateSize(uint min_x, uint min_y);
bool UpdateVerticalSize(uint min_y);
void AssignSizePosition(SizingType sizing, int x, int y, uint given_width, uint given_height, bool rtl) override;