• wxWidgets is a set of C++ libraries conforming a framework for multi-platform GUI developing. It gives an easy-to-use API very similar to the MFC API.
  • This is wxWidgets tutorial for the C++ programming language. wxWidgets is a cross platform toolkit or framework for creating C++ GUI applications.
  • wxWidgets is one of the oldest GUI (since 1992!) and well-known libraries written in C++, which is primarily used for desktop apps.
  • In this tutorial I am going to show you how to compile and build wxwidgets 3.0+ on Debian based linux systems like Ubuntu and Linux Mint.
  • For this article, I selected the wxWidgets GUI library to explain how to get started with developing a graphical user interface application on Linux.
  • As wxWidgets does not use any middle layer and uses only the native controls available on the platform, it gives a nice look and feel to the application.
  • WxWidgets Download for Linux (rpm, xbps). Download wxWidgets linux packages for Fedora, Red Hat Enterprise Linux, Void Linux, openSUSE.
  • wxWidgets is a cross-platform, open-source tool library for developing cross-platform, source-level applications, and graphical user interfaces (GUIs).
  • "The sizers are a basic tool in wxWidgets to get layouts to be mostly portable to other platforms where the widgets may be of different size.