wxWidgets
Overview:
wxWidgets is wxWidgets.
Links:
version: - 3.1.1 2018-02-19 - 3.0.3 2017-05-02 license: modified L-GPL Platforms: wxGTK: The recommended port for Linux and other Unix variants, using GTK+ version 2.6 or higher. wxMSW: The port for 32-bit and 64-bit Windows variants including Windows XP, Vista, 7, 8 and 10. wxMac: For delivering Carbon applications on Mac OS X 10.2 through 10.6. wxOSX/Carbon: For delivering 32-bit Carbon-based applications on Mac OS X 10.5 and above. wxOSX/Cocoa: For delivering 32-bit and 64-bit Cocoa-based applications on Mac OS X 10.5 and above. wxX11: A port for Linux and Unix variants targetting X11 displays using a generic widget set. wxMotif: A port for Linux and Unix variants using OpenMotif or Lesstif widget sets.
Install:
Windows build/msw/wx_vc14.sln macOS build/osx/wxcocoa.xcodeproj Ubuntuなど GTK+3の場合 sudo apt-get install libgtk-3-dev ./configure --with-gtk3 --with-gtk=3 --disable-shared make sudo make install
GUI Tool Kit:
# wxGlade $ apt-get install libwxgtk2.4 $ apt-get install libwxgtk2.4-python $ tar zxf wxGlade-0.3.3.tar.gz $ cd wxGlade-0.3.3 $ python wxglade.py https://sourceforge.net/projects/wxglade/files/latest/download