March of progress in action: wxAboutBox()
Posted on by Vadim Zeitlin
Finally, 13 years after its beginning, wxWidgets has gained this mostly indispensable feature of any modern GUI toolkit: the possibility to show the standard “About” dialog with one line of code. As of today, wxAboutBox() function can be used to create a dialog box like this:
or like that
or, if all else fails, like this
The generic dialog is not finished however as the best way to implement is seems to be using yet another new control: the hypothetical wxCollapsiblePane. The hope is to have it soon, finish wxGenericAboutDialog next, and release 2.7.1 immediately thereafter.