wxFormBuilder

wxFormBuilder is an open source GUI designer application for wxWidgets toolkit, which allows creating cross-platform applications.[3] A streamlined, easy to use interface[4] enables faster development and easier maintenance of software. It is written in C++.

wxFormBuilder
Original author(s)José Antonio Hurtado
Developer(s)wxFormBuilder developers
Initial release2006 (2006)
Stable release
3.9.0[1] / October 26, 2018 (2018-10-26)
Preview release
3.5.0-beta[2] / June 6, 2014 (2014-06-06)
Written inC++
Operating systemCross-platform
PlatformWindows, MacOS, Linux
Available inEnglish
Type
LicenseGPLv2
Websitegithub.com/wxFormBuilder/wxFormBuilder

wxFormBuilder is a visual development tool, but also allows including non-graphical components.[5] It can emit C++, Python, PHP, Lua and XRC code. Emitted code cannot be edited directly in the program.[6]

Event handlers

wxFormBuilder uses the Connect() method or the event table for creating events. For most of the available controls, custom event handlers can be created. Events can also be added through external XML files, eliminating the need to rebuild.[4][7]

Available controls

wxFormBuilder have a rich set of supported widgets. They can be easily extended via plugins.[8]

Common Additional Containers Menu-toolbar Layout Forms Contrib (using wxAdditions Plugin)
  • wxButton
  • wxBitmapButton
  • wxStaticText
  • wxTextCtrl
  • wxStaticBitmap
  • wxComboBox
  • wxChoice
  • wxListBox
  • wxListCtrl
  • wxCheckBox
  • wxRadioBox
  • wxRadioButton
  • wxStaticLine
  • wxSlider
  • wxGauge
  • wxTreeCtrl
  • wxHtmlWindow
  • wxRichTextCtrl
  • wxCheckListBox
  • wxGrid
  • wxToggleButton
  • wxColourPickerCtrl
  • wxFontPickerCtrl
  • wxFilePickerCtrl
  • wxDirPickerCtrl
  • wxDatePickerCtrl
  • wxCalendarCtrl
  • wxScrollBar
  • wxSpinCtrl
  • wxSpinButton
  • wxHyperlinkCtrl
  • wxGenericDirCtr
  • CustomControl
  • wxSplitterWindow
  • wxScrolledWindow
  • wxNotebook
  • wxAuiNotebook
  • wxListBook
  • wxChoiceBook
  • wxStatusBar
  • wxMenuBar
  • wxMenu
  • wxMenuItem
  • Sub Menus
  • Menu Separators
  • wxToolBar
  • ToolBar Tools
  • ToolBar Separators
  • wxBoxSizer
  • wxStaticBoxSizer
  • wxGridSizer
  • wxFlexGridSizer
  • wxGridBagSizer
  • wxStdDialogButtonSizer
  • spacer
  • wxFrame
  • wxPanel
  • wxDialog
  • wxPlotCtrl
  • wxPropertyGrid
  • wxPropertyGridManager
  • wxFlatNotebook
  • wxScintilla
  • awxLed
  • wxTreeListCtrl
  • wxLedBarGraph

See also

References

  1. Downloads: Project wxformbuilder, Github.com.
  2. Browse wxformbuilder-nightly, SourceForge.net.
  3. "wxWidgets - Tools". wxWidgets.org. Retrieved 2011-04-18.
  4. Sharma, Vineet (2009). "wxFormBuilder review". Informer Technologies, Inc. Retrieved 2011-04-23.
  5. "A RAD tool for wxWidgets GUI design". SOFPEDIA. Retrieved 2011-04-18.
  6. "Guis Fáciles" [Easy Guis] (PDF). Linux Magazine (in Spanish). Linux New Media Spain S.L. 31: 65–68. October 2007. Retrieved 2011-04-16.
  7. "wxFormBuilder features". wxformbuilder.com. Retrieved 2011-04-23.
  8. "About wxFormBuilder". Retrieved 2011-04-15.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.