enthought / pyface

pyface: traits-capable windowing framework
Other
104 stars 55 forks source link

TaskWindows should have clear API for adding a dock pane in a location #1246

Open corranwebster opened 1 year ago

corranwebster commented 1 year ago

In a downstream project an application using tasks wants to add a dock pane into a layout dynamically in a given location, but to do this it has to step down to the Qt level. There should be a toolkit-independent way of doing this.