Is your feature request related to a problem? Please describe.
The custom_titlebar looks nice, and moving the window by dragging the titlebar works great. However, resizing the window by dragging the border doesn't work. This may be a documentation/example issue - though it probably needs support in Tao.
Describe the solution you'd like
There should be an option to specify a thin border (but not too thin). Dragging a border side or corner should resize the window. The custom_titlebar example should demonstrate this.
Describe alternatives you've considered
It is probably possible to do this "by hand": Create a border by nesting the main content inside a slightly larger element, and implement a drag handler. But that seems fairly complicated/fragile, and it would be better for the library to do it (either Wry/Tao or the native Gui toolkit).
Would you assign yourself to implement this feature?
Additional context
This Qt blog seems interesting.
Is your feature request related to a problem? Please describe.
The custom_titlebar looks nice, and moving the window by dragging the titlebar works great. However, resizing the window by dragging the border doesn't work. This may be a documentation/example issue - though it probably needs support in Tao.
Describe the solution you'd like
There should be an option to specify a thin border (but not too thin). Dragging a border side or corner should resize the window. The custom_titlebar example should demonstrate this.
Describe alternatives you've considered
It is probably possible to do this "by hand": Create a border by nesting the main content inside a slightly larger element, and implement a drag handler. But that seems fairly complicated/fragile, and it would be better for the library to do it (either Wry/Tao or the native Gui toolkit).
Would you assign yourself to implement this feature?
Additional context
This Qt blog seems interesting.