Skip to content

Commit 2867bbd

Browse files
committed
Split up WindowDesc to allow sub-windows and window reconfiguration.
1 parent a0693f9 commit 2867bbd

File tree

7 files changed

+291
-90
lines changed

7 files changed

+291
-90
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ You can find its changes [documented below](#060---2020-06-01).
3838
- `Button::from_label` to construct a `Button` with a provided `Label`. ([#1226] by [@ForLoveOfCats])
3939
- Lens: Added Unit lens for type erased / display only widgets that do not need data. ([#1232] by [@rjwittams])
4040
- `WindowLevel` to control system window Z order, with Mac and GTK implementations ([#1231] by [@rjwittams])
41+
- CONFIGURE_WINDOW command to allow reconfiguration of an existing window. ([#1235] by [@rjwittams])
4142

4243
### Changed
4344

@@ -56,6 +57,7 @@ You can find its changes [documented below](#060---2020-06-01).
5657
- `Movement::RightOfLine` to `Movement::NextLineBreak`, and `Movement::LeftOfLine` to `Movement::PrecedingLineBreak`. ([#1092] by [@sysint64])
5758
- `AnimFrame` was moved from `lifecycle` to `event` ([#1155] by [@jneem])
5859
- Contexts' `text()` methods return `&mut PietText` instead of cloning ([#1205] by [@cmyr])
60+
- Window construction: WindowDesc decomposed to PendingWindow and WindowConfig to allow for sub-windows and reconfiguration. ([#1235] by [@rjwittams])
5961

6062
### Deprecated
6163

0 commit comments

Comments
 (0)