| 1153 | } |
| 1154 | |
| 1155 | void NWidgetResizeBase::AssignSizePosition(SizingType sizing, int x, int y, uint given_width, uint given_height, bool) |
| 1156 | { |
| 1157 | this->StoreSizePosition(sizing, x, y, given_width, given_height); |
| 1158 | } |
| 1159 | |
| 1160 | /** |
| 1161 | * Initialization of a 'real' widget. |
no test coverage detected