Software:wxFormBuilder

From HandWiki
Short description: Open source GUI design application

wxFormBuilder
Original author(s)José Antonio Hurtado

Juan Antonio Ortega
Ryan Mulder
Ryan Pusztai
Michal Bliznak

Jan Niklas Hasse
Developer(s)Steffen Olszewski
wxFormBuilder Contributors
Initial releaseError: first parameter is missing. ()
Written inC++
Operating systemCross-platform
PlatformWindows, MacOS, Linux
Available inEnglish
Type
LicenseGPLv2

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

wxFormBuilder is a visual development tool, but also allows including non-graphical components.[3] It can generate C++, Python, PHP, Lua and XRC code. The generated code cannot be edited directly in the program.[4]

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.[2][5]

Available controls

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

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. "wxWidgets - Tools". wxWidgets.org. http://wiki.wxwidgets.org/Tools. Retrieved 2011-04-18. 
  2. 2.0 2.1 Sharma, Vineet (2009). "wxFormBuilder review". Informer Technologies, Inc.. http://wxformbuilder.software.informer.com/. Retrieved 2011-04-23. 
  3. "A RAD tool for wxWidgets GUI design". SOFPEDIA. http://www.softpedia.com/get/Programming/Other-Programming-Files/wxFormBuilder.shtml. Retrieved 2011-04-18. 
  4. "Guis Fáciles" (in Spanish). Linux Magazine (Linux New Media Spain S.L.) 31: 65–68. October 2007. http://www.linux-magazine.es/issue/31/065-068_wxFormLM31.crop.pdf. Retrieved 2011-04-16. 
  5. "wxFormBuilder features". wxformbuilder.com. http://sourceforge.net/apps/wordpress/wxformbuilder/features/. Retrieved 2011-04-23. 
  6. "About wxFormBuilder". http://sourceforge.net/apps/wordpress/wxformbuilder/about/. Retrieved 2011-04-15. 

External links