Skip to content
wxWidgets - Cross-Platform GUI Library
Stop Russia agression of Ukraine
Stop the War in Ukraine

wxWidgets is united with the people of Ukraine and the international community.

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:

About dialog on GTK

or like that

About dialog on Mac

or, if all else fails, like this

About dialog on Windows

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.

Blog Archive