A PaneHandle is a special widget that can be used to divide its parent into panes. The size of the panes can be adjusted by moving the PaneHandle.
To create a pane handle, use EZ_CreateWidget
with type
EZ_WIDGET_PANE_HANDLE
or use
EZ_Widget *EZ_CreatePaneHandle(EZ_Widget *parent)