Documentation

Window Editor - Open Dev Kit Documentation

Open Dev Kit Documentation :: Window Editor

In the Window Editor you can view and edit all of your project's UI windows.

Using Containers

A container is a control used within the Window Editor to organize other controls so it's easier to construct a structured and manageable layout. Containers can group related controls together in different styles, ensuring a clean and logical arrangement within a window, and are necessary if you want controls to automatically scale/reposition based on the window's size. To use a container, first you need to create one from the "Controls" tab. While making sure the newly created container is selected, double-click another control to create it within that container. It is also possible to paste copied controls in it. Changes made in that container (such as repositioning) will also propagate to all the contained controls.

Window Top

Top edge of the window

Window Left

Left edge of the window

Window Right

Right edge of the window

Window Bottom

Bottom edge of the window

Grip

Allows for resizing the window by clicking and dragging with the mouse cursor

Button Min

Control for minimizing a window

Button Max

Control for maximizing or resizing a window

Button Close

Control for closing a window

Caption

Displays the title/caption of the window

If you think anything is missing, please feel free to: submit documentation feedback on this page