Re: List of widgets that can't be moved on a gridsizer
Dietmar Schwertberger <[email protected]> Sun, 13 Oct 2019 18:07:24 +0200
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 23.04.2019 12:34, M A wrote: > These are the widgets that cannot be dragged to different spots on a gridsizer: > > - Notebook > - SplitterWindow > - ComboBox > - SpinCtrl > - SpinCtrlDouble > - ListCtrl > - Grid > - StaticLine > - PropertyGridManager I had a look recently, after having to set up a new macOS VM. The set of widgets is slightly platform dependent, as expected. E.g. the ComboBox can be dragged on Windows as there it is probably a native widget. StaticLine is working on both platforms. The composite / generic widgets just do not receive the required mouse events. I tried with a EventFilter, but that did not work as well. The SplitterWindow could be made draggable, but actually it's much more useful to being able to set the splitter position. So, this will not be fixed. Just use Cut and Paste or drag in or from the Tree window. Regards, Dietmar