B05-232 / plug-standard

0 stars 1 forks source link

`Widget::setSize()` and `setPosition()` #59

Open AndrewGlebovski opened 7 months ago

AndrewGlebovski commented 7 months ago

I suggest adding setSize(), getSize(), setPosition(), getPosition() to widget interface instead of directly changing them through getLayoutBox(). For example, some widget may require changing to his internal data according to new size.