I'm docking wx windows created in Python. Please don't take that away at least 
for the windows that make sense. Right now, I am a child to Pcbnew and dock to 
Pcbnew's manager, but I suspect there's a lower level one that is better for 
LayerViewSet. And perhaps KiCommand as well. The current issue is if they 
become docked in the upper left, then the command bar overlaps the Title Bar of 
my window and my window can't be undocked because doing so requires access to 
my window's Title Bar. 

Greg S.

> On Sep 19, 2017, at 12:03 PM, Wayne Stambaugh <stambau...@gmail.com> wrote:
> 
> The thought was at some point we would switch over to wxAuiManager[1] to
> handle all window management.  That never happened because wxAui has not
> proven to be reliable enough to convert everything over to it.
> Hopefully at some point this will happen as it pulls in some nice
> features such as dockable/editable toolbars and child windows.  I'm not
> sure in the case of dialogs that using wxAuiNotebook buys us much over
> wxNotebook.
> 
> [1]: http://docs.wxwidgets.org/3.0/overview_aui.html
> 
>> On 9/19/2017 12:15 PM, Michael Kavanagh wrote:
>> Hi,
>> 
>> Is there any reason why wxAuiNotebook is used in some cases instead
>> of wxNotebook which uses native widgets? I have attached screenshots of
>> the different appearances on Windows.
>> 
>> I can send some patches changing some over to wxNotebook if this is
>> acceptable. For the About dialog at least it seems to be a trivial
>> change (I suspect I am wrong on this) and improves the look. Note I am
>> still working on the icons for each tab.
>> 
>> Regards,
>> Michael
>> 
>> 
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


.

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to