Features

Operating Systems

  • Windows (2000, XP, and Vista)
  • Linux (Binary package available as a .deb and an archive for other Linux distributions)
  • MacOSX (Mac Universal (PPC/x86))

User Interface

  • What You See Is What You Get (WYSIWYG)
  • Clean and simple design.
  • Ability to add your own controls.
  • NEW Wizard to generate the needed inherited class for the GUI code generated by wxFormBuilder. Check ‘Tools->Generate Inherited Class’ menu item for more details.

Event Handlers

  • NEW Use the Connect() method or the event table for creating events.
  • Ability to add your own event handlers for most controls.
  • Easily add more events through external xml files. No need to re-build.

Controls

Common
  • wxButton
  • wxBitmapButton
  • wxStaticText
  • wxTextCtrl
  • wxStaticBitmap
  • wxComboBox
  • wxChoice
  • wxListBox
  • wxListCtrl
  • wxCheckBox
  • wxRadioBox
  • wxRadioButton
  • wxStaticLine
  • wxSlider
  • wxGauge
Additional
  • wxTreeCtrl
  • wxHtmlWindow
  • wxRichTextCtrl
  • wxCheckListBox
  • wxGrid
  • wxToggleButton
  • wxColourPickerCtrl
  • wxFontPickerCtrl
  • wxFilePickerCtrl
  • wxDirPickerCtrl
  • wxDatePickerCtrl
  • wxCalendarCtrl
  • wxScrollBar
  • wxSpinCtrl
  • wxSpinButton
  • wxHyperlinkCtrl
  • wxGenericDirCtr
  • CustomControl - This makes it easy to include a control in your user interface that isn’t currently supported.

Containers

  • wxSplitterWindow
  • wxScrolledWindow
  • wxNotebook
  • wxAuiNotebook
  • wxListBook
  • wxChoiceBook

Menu/Toolbar

  • wxStatusBar
  • wxMenuBar
  • wxMenu
  • wxMenuItem
  • Sub Menus
  • Menu Separators
  • wxToolBar
  • ToolBar Tools
  • ToolBar Separators

Layout

  • wxBoxSizer
  • wxStaticBoxSizer
  • wxGridSizer
  • wxFlexGridSizer
  • wxGridBagSizer
  • wxStdDialogButtonSizer
  • spacer

Forms

  • wxFrame
  • wxPanel
  • wxDialog

Contrib (Using wxAdditions Plugin)

  • wxPlotCtrl
  • wxPropertyGrid
  • wxPropertyGridManager
  • wxFlatNotebook
  • wxScintilla
  • awxLed
  • wxTreeListCtrl
  • wxLedBarGraph

Code Generation

  • C++
  • XRC
  • NEW Python (wxPython)

Miscellaneous

  • Import XRC
  • Fully Unicode Compliant
GPL License      
Project Hosted by SourceForge.net