SineStriker
2023-12-20 3871bfc5d3aff45e498fa2944c27e6eb5d146c8e
README.md
@@ -129,7 +129,7 @@
Let `WidgetWindowAgent` know which widget the title bar is.
```c++
agent->setTitleBarWidget(myTitleBar);
agent->setTitleBar(myTitleBar);
```
Next, set system button hints to let `WidgetWindowAgent` know the role of the child widgets, which is important for the Snap Layout to work.