Palette
Creation starts here. From the first page titled New you can create new
modules, after clicking on one a new module will open in the Editor. The
other pages work more on the principal of cocking your cursor like in Delphi.
By clicking on e.g. wxStaticText, it becomes depressed.While an object
is selected on the Palette any click in a Designer will create that object
in the container or the container of the object that you clicked on of
thet Designer.
Also the statusbar of the Palette shows the current selected object
as a checkbox in the second column. To unselect an object uncheck this
checkbox.
Dialogs will be created from a template directly in the source code.
Note this palette page should not be used while editing in the Designer.
Objects created from the 'Utilities' palette page should be created
in the DataView.
The last two pages are prototypes and do not function.
-
Composites will hopefully be something like frames in Delphi. Basically
collections of controls.
-
Templates are just going to be a sort of repository for often used starting
points for frame files.