CrossPlatformなGUIフレームワークである wxWidgets(旧wxWindows) に関するリンク集。

各種ライセンスについては、下記ページも参照方。

関連ドキュメント

※本ページの内容は特に注意書きが無ければ C++ が対象

総本山

wxWidgets / http://sf.net/projects/wxwindows <wxWindows Library Licence>
C++以外にもPython, Ruby, Perl等様々な言語に対応。パッチ情報
wxCommunity
wxForum
MinGW Cross Compiler / http://sf.net/projects/mingw-cross
MinGW向けのwxWidgetsの公開中。
wxWidgets Documentation
Supported classes by each port - Port毎にサポートされているクラスの一覧表
wxWidgets(wxWindows)日本語ドキュメントプロジェクト
自由に使用することのできるC++のGUIフレームワークwxWindowsの日本語関連プロジェクトです。
孔雀の部屋 > 自作アプリケーション > wxWidgets関連ドキュメント

情報

wxWiki
(*)準備中(*) > wxWindowsと日本語
wxWidgetsでUnicodeを使用するべきか否かに関する情報やライセンスの情報。
LDAP Explorer Tool > XRC Guide - Using XML resources in WxWindows™
XML resource files(XRC files)を使ったGUI構築方法のドキュメント。
WXDEVELOP
フランス語のサイト。
wxWindowsの概要
ポータブルC++ and Python GUIツールキットの紹介
MFCアプリケーションをLinuxに移植する
wxWindowsを利用するための段階的ガイド
Build cross-platform GUIs using wxWidgets

Tips/Memo

INOUE's Home Page > gettext memo (2007/03/06)
gettextの機構に関する情報。サイトがなくなってしまったようなのでWebArchive
RCL
wxWidgetsのTips
Wiki@三浦研究室 > wxWidgets
wxWidgetのイベント処理情報
WxWiki > Eclipse
EclipseでwxWidgetsを利用した開発を行う場合の設定情報。
BK class > ドキュメント > wxWidgetsの色見本
文字列指定による色情報一覧。
wxTextCtrl以外のテキスト入力項目への日本語入力
Enterキーを押下しても日本語が入力されないコントロールが多々ある。こういう場合、文字入力確定時にTextBoxをマウスの左ボタンでダブルクリックする必要あり。そうすると日本語文字列が入力される。
GetTextExtent: can't open AFM file '/usr/share/wx/gs_afm/Helv.afm'
Cross-Platform Gui Programming With wxWidgets > Chapter 5 Drawing and Printing
wxGTK環境の印刷処理において、wxPostScriptDC::GetTextExtentを呼び出すと表示される。別途AFMファイルを用意して、wxPrintData::SetFontMetricPathでそのパスを指定する必要がある。該当ファイル(gs_afm.tar.gz/gs_afm.zip)はこちらで公開されている。
wxGnomePrintDC(libgnomeprint)
wxWidgetsのビルド時に「--with-gnomeprint」が有効且つ、libgnomeprint/libgnomeprintuiのdevelパッケージが必要なので注意。
有効時は下記のファイルが、
/usr/lib/wx/include/gtk2-XXX-XXX-2.6/wx/setup.h
下記のようになる。
/*
* Use GNOME print for printing under GTK+ 2.0
*/
#define wxUSE_LIBGNOMEPRINT 1
エラー発生時のダイアログ表示の抑止
wxLogNullクラスを利用する。

Bindings

wx.NET <wxWindows Library Licence>
wx.NET is a .NET Common Language Infrastructure (CLI) wrapper for wxWidgets.
wxBasic <LGPL>
wxBasic can create stand-alone executables by binding together source code with the interpreter.
wx4j
wx4j is a Java binding for wxWidgets providing a Java GUI toolkit using native widgets.
jwx! <wxWindows Library Licence>
jwx! is a Java bindind to the wxWidgets GUI toolkit.
wxD <wxWindows Library Licence>
wxD is D language bindings for wxWidgets, providing a portable GUI toolkit for D
wxD
wxD とは、wxWidgets をD言語で使用するためのラッパーライブラリです。
wxLua <wxWindows Library Licence>
wxLua is a set of bindings to the wxWidgets library for the Lua programming language.
wxHaskell <wxWindows Library Licence>
wxHaskell is a portable and native GUI library for Haskell.
wxada <wxWindows Library Licence>
The aim of this project is to provide a free, portable, minimal, Ada-like bindings library to the wxWidgets GUI library. The initial library will target the Ada95 programming language utilising any version of the GNAT Ada95 compiler. No attempt to bind to Ada 2005 will be made.
wxCL <wxWindows Library Licence>
wxCL aims to provide an industrial strength GUI library to application programmers which is portable across Common Lisp implementations and operating system platforms.
wxSqueak
wxSqueak is a Squeak interface to the wxWidgets (formerly known as wxWindows) GUI library.
wxOcaml <wxWindows Library Licence>
wxOcaml is an Objective Caml binding for wxWidgets. The initial binding work is by SooHyoung Oh. It uses the wxc binding created by the wxEiffel team.
wxEiffel(ewxw)
wxEiffel (ewxw) is elj interface to the WxWindows GUI library
wxEralng
wxErlang is not only a cross-platform GUI written for Erlang it, unlike many other currently available GUI libraries for Erlang, adopts the native look and feel of the underlying platform.
wxEuphoria <wxWindows Library Licence>
wxEuphoria is an implementation of wxWidgets (by Julian Smart, et. al.) for the Euphoria Programming Language.
HbWxW <URL>
HbWxW is a multiplatform GUI library for xHarbour(Clipper compatible xbase compiler).
wxPython / http://sf.net/projects/wxpython <GPL/wxWindows Library Licence>
wxPython is a GUI toolkit for the Python programming language.
wxPerl
wxPerl is an extension module allowing the creation of GUI (Graphical User Interface) from Perl;
wxRuby
wxRuby is an open source GUI toolkit for the [Ruby] programming language.
Ruby/wx
Ruby/wxはwxWidgetsのRubyバインディングです。
wxPHP
wxPHP is a wxWidgets binding to PHP. It's a PHP extension that allows you to use the wxWidgets GUI framework in your PHP scripts.
wxJS <LGPL>
The main goal of wxJS is to port the wxWidgets Library to JavaScript.
wxTcl
wx is an extension for TCL.
AMule Project FAQ > wxWidgets

Extensions

wxCommunity > Downloads
まずはここをチェック。
wxCode > Components List
wxCodeのビルド方法
The CodeProject > Introduction to wxWidgets
wxWiki > Contributed Classes
wxForum > The Code Dump
If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here.

Contribフォルダ内

wxPlot
wxWidgets2.5.3迄のヘルプにはwxPlotCurve/wxPlotWindowのリファレンス有り。
wxSyledTextControl

Contributionsページ内

何となく使いそうかな〜てなのをPickUp。

wxNeeh <wxWindows Library Licence>
wxNeeh library contains components that enchace functionality of wxSockets module of wxWidgets library.
wxPropertyGrid <wxWindows Library Licence>
wxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours.
The Waste Bucket > Downloads
本家サイトでリンク切れになっている Jorg's wxWidgets page の移転先。
wxArchive
Serialize
wxFoldPanelBar
included wxWidgets 2.5.2 or later. Outlook風のパネル。
wxGoldParser
GoldPaser utilized Parser ※これはアプリケーションでありライブラリではない
wxLexer
chopping and structuring of the tokens
wxTreeMultiCtrl
a tree shaped structure similar to a wxTreeCtrl
wxVirtualDirTreeCtrl
show folders and files
AWX(Additional wxWindow Classes) <wxWindows Library Licence>
AWX is a wxWindows enhancement, which offers the following additional classes:
  • Outlook like dialog
  • Toolbar with own background (color scheme) and transparent buttons
  • Bitmap Buttons with free definable graphics for up, down, over, disabled
  • LED class (red, yellow, green) on, off and blinking
  • Configured for the wxWindow contrib directory
wxIndustrialControls <KWIC(Koan WxIndustrialControls) license>
wxIndustrialControls library provide a set of graphical widgets for showing digital and analogic values.
mmwx <wxWindows Library Licence>
mmwx is a 100% free class library for use with the wxWidgets cross-platform programming toolkit.
WxExtLib / http://freshmeat.net/projects/wxextlib <Zlib-like license>
WxExtLib is an open source C++ library with extensions for the wxWidgets cross-platform UI library. It contains control validators for immediate status output, an extended message box class, various helper functions, a few new controls, and more.
wxScintilla
wxScintilla is a wrapper around the Scintilla edit control (see http://www.scintilla.org) for the wxWidgets framework. It's derived from wxStyledTextCtrl, further enhanced and follows closely the release cycle of Scintilla.
wxFlatNotebook
This class represents a flat notebook control for the wxWidgets C++ GUI frame work, which manages multiple windows with associated tabs using different styles
wxExtended <wxWindows Library Licence>
wxExtended is an collection of 'add-on' libraries (currently wxDockIt only) for use with wxWidgets; it fills in some of the gaps in functionality left by the standard distribution. wxDockIt is a powerful docking framework: see the homepage for details
wxArt2D <wxWindows Library Licence>
There was a great need for a canvas in the wxWidgets Library. Robert Roebling started something called wxCanvas.
wxMathPlot <wxWindows Library Licence>
wxMathPlot is an add-on library for wxWindows which provides a framework for easy plotting and printing mathematical functions, histograms and generic 2D plots.
wxPlot - plplot <LGPL>
wxPlot - plplot - 5.5.1 is a plplot distribution libraries to show scientific graphs on wxWindows/wxWidgets programs.
※wxWidgetのcontribにあるwxPlotとは別の実装。
wxPdfDocument <wxWindows Library Licence>
wxPdfDocument allows wxWidgets applications to generate PDF documents. The code is a port of FPDF - a free PHP class for generating PDF files - to C++ using the wxWidgets library.

Contributionsページ外

wxColourPicker
wxColourPicker is derived from wxComboBox and allows the user to select a colour from wxColourDatabase. Not only a name is shown, it also shows the real colour.
wxColourPicker is based on ColorPickerCB, an MFC control written by James R. Twine.
wxCoolBar <wxWindows Library Licence>
wxCoolBar is a wrapper around the mickeysoft rebar control for use with the famous wxWidgets gui library. So developers can easily add the nice looking toolbars known from ms ie or other applications to their existing wxWidgets apps. Only if compiled against wxMSW on Win > 95 of course.
another DrPython Page > Miscellaneous wxPython Stuff
CheckTreeCtrl for wxPython from Ricardo Pedroso.
wxFreeChart <wxWindows Library Licence>
wxFreeChart is a software/library framework based on wxWidgets for drawing charts. It designed with flexibility in mind to be used in many different types of applications.
パッケージリリースは無いが、CVS上にはソースコードが上がっている。
KIRIX™ > wxAUI(Advanced User Interface) <wxWindows Library Licence>
wxAUI is an Advanced User Interface library that aims to implement "cutting-edge" interface usability and design features so developers can quickly and easily create beautiful and usable application interfaces.
wxAUI patches - パッチの公開場所。
SnakeSoft > wxIFM(wxInterfaceManager)
wxIFM is a sophisicated docking library for the wxWidgets cross platform gui toolkit. It allows applications to easily give their users a highly customizeable interface for little effort letting you focus on building your application and its features instead of your interface.

Library

Rich Booleans <wxWindows Library Licence>
An advanced portable C++ library of over 50 boolean-like macros that hold an analysis if the condition fails, to help debugging, so a developer knows exactly what goes wrong. Allows reuse in adapted ASSERT macros. Needs STL or wxWidgets.
The nx_controls Project <GPL>
An 'experimental' set of C++ wrapper classes for wxWindows GUI classes. The nx_controls classes use a number of strategies to greatly simplify and reduce the tedium of coding your user interface.
SDL_wx - using wxWidgets in SDL <GPL>
wxOgre
OGRE(Object-Oriented Graphics Rendering Engine)をwxWidgets上で利用出来る。
wxPyOgre
PyOgreをwxPythonの上で動かす。
TwinForms > wxVCL <Modified LGPL(the same license used by FCL, LCL)>
wxVCL is a library for wxWidgets that contains functions that mimics VCL for Delphi and C++ Builder. Currently it has some basic VCL classes and approx. 600 VCL functions (functions in SysUtils, DateUtils, System, StrUtils etc.) Unlike VCL, wxVCL can be used in various OS that are supported by wxWidgets.

Tool

wxCRP <GPL>
Wizard形式によりwxWidgetsのソースコードを生成するWindowsアプリ。
Embedding PNG images into executables
XPM graphics files are really simple to embed into C++ source files, because they are made of plain C code, and you don't need to convert them (just #include them). The bad thing about XPM inclusion is the inflating of executables size and the lacking of alpha transparency. PNG files do support alpha transparency, but are more difficult to embed, because we need to convert them into a C vector.
wxPack <wxWindows Library Licence>
A complete wxWidgets Developement Kit. Includes: wxWidgets source/binaries, Visual Studio 7+ Project Wizard and Integrated Help, wxFormBuilder (RAD Tool), and various contributed widgets.

IDE

機能比較表(Windows)
名称バージョン拡張子
(プロジェクト)
拡張子
(リソース)
日本語入力
(エディタ上)
入力
補間
GUI配置
方法 *1
日本語入力
(リソース)
Code::Blocks31jan2006
rev1914
*.cbp*.cfg
*.wxs *2
*3OGrid
Sizer
O
wx-Devcpp6.9beta*.dev*.wxform*4OGrid
Sizer
O *5
VisualWX0.86.0.0*.pbc*.pfrXXGrid
Sizer
O
MinGW Developer Studio*.msdp-
 
機能比較表(Linux)
名称バージョン拡張子
(プロジェクト)
拡張子
(リソース)
日本語入力
(エディタ上)
入力
補間
GUI配置
方法 *6
日本語入力
(リソース)
Code::Blocks1.0RC2
1.0 r1993
*.cbp-X *7XGUI設計
機能無し
X
MinGW Developer Studio2.06*.msdp-XOGUI設計
機能無し
X
Anjuta DevStudio1.2.4a*.prj-XOGUI設計
機能無し
X

wxWiki > IDEs
Windows And Linux IDEs
Windows IDEs
Linux IDEs
MacOS X IDEs
Boa Constructor <GPL>
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder.
wxProjMan
wxProjMan is a wxWindows-based GUI source manager. It serves as a file manager for your source code, can invoke a compiler and show the output in a window, and lets you edit the files in your favorite text editor.
Code::Blocks / @BerliOS / @SourceForge <GPL>
Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.
Parinya Software > MinGW Developer Studio
MinGW Developer Studio is a C/C++ IDE(Integrated Development Environment) for MinGW port of GNU GCC Compiler system for Microsoft Windows. Also it has been ported to Linux and FreeBSD as well.
wxHatch <wxWindows Library Licence>
wxhatch generates new wxwindows projects, with a main frame and text or drawing/imaging window, provides a simple code editor, generates makefiles and calls the compiler for wxwindows projects. wxhatch also provides a rapid means to manipulate menus (including drag and drop) and to locate the menu response code.
作者の方は他にも色々Portingしている模様。
wxWindows Dialog Designer(wx-Devcpp) <LGPL>
Opensource wxWindows Dialog designer that mimics the Delphi/Borland C++ Builder designer.
DevC++, MinGW, wxWidgetsをパッケージングした開発環境。VC++ライクにwxWidgetsのGUI設計も可能。
wxForum > wxDevCpp
VisualWX
Visualwx aims to be the ultimate RAD tool, designed for c++,python,perl,ruby lua and wxWidgets.
Anjuta DevStudio / http://sf.net/projects/anjuta <AFL/GPL>
Anjuta is a versatile IDE for C and C++, written for GTK/GNOME. Features include project management, application wizards, an onboard interactive debugger, and a powerful source editor with browsing and syntax highlighting.
日本語のFAQやマニュアルもあり(閲覧するにはEUC-JPでエンコードする必要あり)。

Plug-in/Add-in

wxWindows Project Manager for VC7(VisualStudio .NET 2003) <GPL>
The goal of this project is to provide a set of tool to simplify the use of wxWindows under Visual Studio .NET C++. The main package contains wizards to build skeleton application of diferent types and addins that interface with VS's interface to provide dialogs and menus that automate repetive tasks.
wxVCExpressIntegration
A wizard for generating wxWidgets application in Visual C++ 2005 Express.

GUI Builder

機能比較表(Windows)
名称バージョン拡張子
(プロジェクト)
GUI配置
方法 *8
日本語入力
(リソース)
入力出力
wxGlade(インストーラ版)0.4*.wxgSizerX*.xrc*.h/*.cpp *.xrc *.py *.pl
wxGlade(Pythonスクリプト版)0.4*.wxgSizerO *9*.xrc*.h/*.cpp *.xrc *.py *.pl
wxFormBuilder1.2*.fbpSizerO*.xrc*.h/*.cpp *.xrc
XRCed0.1.5-2*.xrcSizerO *10*.xrc*.xrc
 
機能比較表(Linux)
名称バージョン拡張子
(プロジェクト)
GUI配置
方法 *11
日本語入力
(リソース)
入力出力
wxGlade *120.4*.wxgSizerO *13*.xrc*.h/*.cpp *.xrc *.py *.pl
wxFormBuilder1.2*.fbpSizerO *14*.xrc*.h/*.cpp *.xrc
XRCed0.1.7-0*.xrcSizerO *15*.xrc*.xrc


wxGlade / http://sf.net/projects/wxglade <MIT>
wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, C++, Perl and XRC (wxWidgets' XML resources) code.
wxFormBuilder / http://sf.net/projects/wxformbuilder <GPL>
wxFormBuilder - a RAD tool for wxWidgets GUI design.
wxDesigner <商用>
wxDesigner is a visual development tool for the free cross-platform GUI library wxWidgets - supporting C++, Python, Perl, C# and XML.
Anthemion DialogBlocks <商用>
Anthemion DialogBlocks is a sizer-based resource editor that quickly gets you creating professional-looking dialogs, wizards and frames for deployment on Windows, Linux, Mac or any other supported wxWidgets platform.
wxGuiBuilder <wxWindows Library Licence>
wxGuiGuilder is a class that can parse an ASCII markup text and creates a GUI complete with sizers at runtime for you from inside your code!
TwinForms > wxForms <商用>
wxForms is an integrated wxWidgets form designer for Borland C++ Builder that helps create cross platform applications for Windows, Mac OSX , Linux (gtk) using single source base.
Almas Designer <GPL>
Almas Designer is a dialog editor for wxWidgets. It's a sizer based RAD tool for wxWidgets with code generation which allows you to develop wxWidgets programs more easily.

XRC(XML Resource)

XRCed / http://sf.net/projects/xrced <BSD>
XRCed is a simple resource editor for wxWindows/wxPython GUI development which supports creating and editing files in XRC format.
※わざわざインストールしなくても、wxPythonに付属している(Windows/Linux版共に)のでそれを使えば良い。

wxPython@Windows

%SystemDrive%\Python23\Lib\site-packages\wx-2.6-msw-unicode\wx\tools\XRCed\xrced.py
wxPython@Linux
/usr/bin/xrced
XrcPad <wxWindows Library License>
XrcPad is a simple interactive XML resource editor for wxWidgets, for trying out xrc code snippets, similar to the WPF tool XamlPad. Currently XrcPad is unsophisticated, heavy on typing (no Intellisense) and without syntax error hints.
XRCデータを H/CPPファイル に変換
wxWidgetsの「wxrc」コマンドで行う。
# wxrc -vec src_file.xrc -o dst_file.cpp
XRCデータからテキストの抽出
wxWidgetsの「wxrc」コマンドで行う。
# wxrc -vg src_file.xrc -o dst_file.pot
ソースコードからテキストの抽出
「xgettext」コマンドで行う。
# xgettext -k_ src_file.c -o dst_file.pot
設計におけるスタイル指定
wxStaticTextの表示スタイルのボーダー情報(wxSIMPLE_BORDER等)はXRCed上では設定可能でプレビューでも有効だが、実際のwxWidget上ではサポートされないというスタイル情報が希にあるので、しっかりとリファレンスを読む必要がある。
リソースIDの考慮
親子関係にあるウィンドウで、同じIDを持つコントロールがそれぞれに存在する場合、子ウィンドウのリソースで発生したイベントが親ウィンドウの同IDを持つリソースにも発生し、意図しない悲惨な結果をもたらす場合があるので注意。
非UNICODE環境での読み込み
wxXmlResource::SetFlags( wxXRC_NO_RELOADING )を呼び出す必要有り。出典はwxWidgets FAQ > Questions common to all platforms

GUIML

FarPy GUIE
GUIE (GUI Editor) provides a simple WYSIWYG GUI editor for wxWidgets. The program was made in C# and saves the GUI that was created to a XML format I called GUIML.
This GUIML is a pretty standard representation of the GUI created with the program with some helpful additions for .NET.
Next, GUIE takes these GUIML files and translates it to either wxPython Python code or wxRuby Ruby code (more languages in the future).

gettext Catalogs Editor

link集/コーディング#Doc_Translate
poEditやその他はこちらのページを参照方。

Develop

環境構築

Tutorial

高林哲のWebサイト > wxWidgets でクロスプラットフォーム GUIアプリを作ろう
UNIX USER誌 2004年8月号 に掲載された記事の元の原稿です。
K5's Page > wxWindowsで始めるC++ GUIプログラミング
メモ帳を作成しながら解説。
りんごちゃんの知恵袋 > MacOSXにおけるwxWidgetsでの開発方法
XRCedを使ったGUIリソース作成方法の解説もあり。
Harukaze HARUKA > wxPython
wxPythonの一番の短所は、日本語による解説がほとんどないということです。そこで、自分の勉強と同時に解説も書いていこうというのが目的です。
PythonMatrix.jp > wxPython雛形集
wxPythonやXRCのサンプル集。
CodeZine > 簡単だけどつまづきやすいwxWidgetsの第一歩
導入する際につまづきやすいポイントを確認しながら、wxWidgetsに同梱されている「samples」や「demos」フォルダのコードをビルドするまでを案内します。
wxJavaScriptを使ったデスクトップアプリケーションの作成
本稿ではJavaScript向けのwxWidget実装であるwxJavaScriptというライブラリおよびJavaScript実行環境を用いて、JavaScriptによるちょっとしたデスクトップアプリの実装法について可能な限り多くの実装例を交えながら解説したいと思います。
[CODEpendent] wx-sdl tutorial
Many people want to combine SDL and wxWidgets into a coherent application. The primary reason being wxWidgets is not a good game programming library, but it is an excellent cross-platform widget toolkit. SDL is an excellent cross-platform game programming library. If we put them together, we could have cross-platform games with native widgets.
The CodeProject > Introduction to wxWidgets
MFCとの対比表やクラス相関図等を交えて解説。
Drawing and Printing in C++ with wxWidgets
This chapter introduces the idea of the device context, generalizing the concept of a drawing surface such as a window or a printed page.

SampleSourceCode

wxCode <wxWindows Library Licence>
wxCode is a place where anyone can submit his code snippets for wxWidgets. It's also a place where code may be maintained by anyone interested. Maintainer ship is always decided by the current maintainer or by the project manager.
wyoGuide(旧wxGuide) <wxWindows Library Licence>
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. Where possible any guideline is accompanied with sample code.
wxForum > The Code Dump
If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here.
DMF(Distributed Multiplatform Framework) <LGPL>
A component based programming framework. This project is aimed to support various target frameworks. A wxWidgets based GUI sample app demonstrates the concept. There are additional console samples and regression tests, that shows the usage.
wxOpenGL
This project provides a template and example use of wxWindows with OpenGL. The project renders a cube and has a trackball user interface. There is also OpenGL code that enumerates and displays OpenGL extensions available on the host computer.

Application

wxWidgetsを使い倒しているな〜っていうものをリストアップ。

Audacity <GPL>
A fast multi-track audio editor and recorder for Linux, BSD, Mac OS, and Windows. Supports WAV, AIFF, Ogg, and MP3 formats. Features include envelope editing, mixing, built-in effects and plug-ins, all with unlimited undo.
RACHEL <GPL>
A portable and easy way to design, program and simulate robots in various environments.
glGo <GPL>
A prototype for a 3D Goban display, full featured SGF(Smart Game Format) editor, client for IGS-PandaNet and interface for GNU Go. glGo is written in C++ and based on wxWidgets, OpenGL and SDL. glGo is available for Linux and Windows.
wxNURBS <wxWindows Library Licence>
wxNurbs is a wxWindows based toolkit to design NURBS' curves and surfaces (Non-Uniform Rational B-Splines).
wxGLCanvasの利用サンプルとしては良いかも。
wxCommunicator <GPL>
wxCommunicator is a cross platform SIP softphone written in C++ utilizing sipXtapi user agent library and wxWidgets 2.8.4 GUI library. For a list of supported features see http://en.wikipedia.org/wiki/WxCommunicator or application help.
wxDownload Fast <GPL>
wxDownload Fast is a multi-platform download manager. It downloads faster by getting segments from multiple locations at the same time.
SQLiteCC(SQLite Control Center) <MIT>
SQLite Control Center is a visual tool for working with SQLite database files.

関連書籍

https://www.amazon.co.jp/dp/4877832890
円。
https://www.amazon.co.jp/dp/0131473816
円。サポートページではPDF形式(0131473816_book.pdf)で全ページ分の中身は公開されている。
errata情報
https://www.amazon.co.jp/dp/1932394621
円。
Programming with wxDev-C++
This site is the project site for the book Programming with wxDev-C++. This book hopes to guide complete beginners to wxDev-C++, C/C++ programming or wxWidgets and make them confident users of this fantastic IDE.
オンライン書籍的なものとして公開。


*1 Grid : VB/VC++のような配置方法、Sizer : JavaのAWT/Swingのような配置方法
*2 本ファイルがリソースコンパイラでコンパイルされ *.h/*.cppファイル が出力される。
*3 「%APPDATA%\codeblocks\default.conf」の<FONT>〜</FONT>の「Courier New」を「MS GOTHIC」「MS UI GOTHIC」等の日本語フォントに手動で変更する必要有り。
*4 「%APPDATA%\Dev-Cpp\devcpp.ini」の [Editor.Font]セクション 及び [Editor.Gutterfont]セクション の「Name=」に「MS ゴシック」等の日本語フォントを手動で設定する。
*5 個々のコントロールにそれぞれ日本語フォントの指定を行う必要がありそう。
*6 Grid : VB/VC++のような配置方法、Sizer : JavaのAWT/Swingのような配置方法
*7 日本語入力自体がOnにならない
*8 Grid : VB/VC++のような配置方法、Sizer : JavaのAWT/Swingのような配置方法
*9 [Application]の[Encoding]に「Shift_JIS」「EUC-JP」「UTF-8」の内のどれかを設定する必要あり。
*10 データの「encoding」はUTF-8で実行
*11 Grid : VB/VC++のような配置方法、Sizer : JavaのAWT/Swingのような配置方法
*12 Pythonはv2.3を使用
*13 wxChoiceのLabelは文字入力確定時にTextBoxをマウスの左ボタンでダブルクリックする必要あり。そうすると日本語が入力される。
*14 文字入力確定時にTextBoxをマウスの左ボタンでダブルクリックする必要あり。そうすると日本語が入力される。
*15 「/usr/lib/python2.3/site.py」の「encoding = "ascii"」という部分を「encoding = "UTF-8"」に変更する事でうまく行くようになる
*16 この作業を行わないと、wxRadioBox, wxChoiceの要素に日本語を入力した場合、次に開いた際にエラーとなる

Last-modified: 2012-10-29 (月) 06:36:17