Follow the widget list as it appear in the wxGlade main window.
This prompt for a wxFrame or a wxMDIChildFrame. A vertical wxBoxSizer is appended. In the properties window you can choice the styles and you can add an icon.
This prompt for a wxDialog or a wxPanel in top level. In the properties window you can choice the styles and, for the dialog, you can add an icon.
This produce a wxSplitterWindow and two associated panels as well. You can choice vertical or horizontal splitting.
In the properties window you can choice the styles and the sash position.
Be aware to do not put in a panel under a splitter, a widget too long or big, because in the design window you cannot notice nothing abnormal, but when you run your program, one of two panels will takes all the avalaible space and the other panel will shrink to the minimum size possible.
This produce a wxNotebook and one panel for each tab.
In the properties window you can add and remove tabs, that appears in a list.
Don't forget to click on the “Apply” button to transfer changes that you have made in the list to the design window.
This produce a wxButton. You can enter a caption and the “default” flag. You cannot add an image because for this you need a bitmap button (see the section called “Bitmap button”).
This produce a wxToggleButton. You can enter a caption and the status (clicked or not) of the button.
This produce a wxBitmapButton. You can enter a caption and the “default” flag. You also can choose the bitmap for the button and, optionally, the bitmap for the disabled status. Refer to the section called “Specifying the path of bitmaps” for bitmap path specifications.