kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30846
Re: wxAuiNotebook vs. wxNotebook
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Tue, 19 Sep 2017 13:03:00 -0400
-
In-reply-to:
<CAHb12Md3-2dO6YAizyxSkqUrEx=AJ-YkiDddztj6=ej+H6tkhw@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0
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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References