Added reset_size method to Control and Window classes
This commit is contained in:
parent
ed02b8af59
commit
eabf8f5edf
30 changed files with 85 additions and 61 deletions
|
|
@ -400,6 +400,7 @@ public:
|
|||
|
||||
void set_size(const Size2 &p_size, bool p_keep_offsets = false);
|
||||
Size2 get_size() const;
|
||||
void reset_size();
|
||||
|
||||
Rect2 get_rect() const;
|
||||
Rect2 get_global_rect() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue