A splitter lets the user control the size of 2 child widgets by dragging the boundary between them.
The primary namespace for the NDEVR SDK.
@ e_top
Align text to the top.
@ e_bottom
Align text to the bottom.
@ e_right
Align text to the right.
@ e_left
Align text to the left.
DropArea
relates where a widget should be dropped relative to another.
@ e_drop_center
Drop into the center (tabbed area) of the target.
@ e_drop_top_insert
Insert above the target within an existing splitter.
@ e_drop_popup
Drop into a popup/floating container.
@ e_drop_bottom_insert
Insert below the target within an existing splitter.
@ e_drop_bottom_direct_fixed
Drop directly below the target as a fixed panel.
@ e_drop_bottom_fixed
Drop below the target as a fixed panel.
@ e_drop_top_fixed
Drop above the target as a fixed panel.
@ e_drop_right_insert
Insert to the right of the target within an existing splitter.
@ e_drop_top_direct_fixed
Drop directly above the target as a fixed panel (no splitter).
@ e_drop_left_fixed
Drop to the left of the target as a fixed panel.
@ e_drop_right_fixed
Drop to the right of the target as a fixed panel.
@ e_drop_right_direct_fixed
Drop directly to the right of the target as a fixed panel.
@ e_drop_invalid
No valid drop target.
@ e_drop_left_direct_fixed
Drop directly to the left of the target as a fixed panel.
@ e_drop_left_insert
Insert to the left of the target within an existing splitter.
RibbonArea
Requests a ribbon or tab area to be in a certain location and orientation relative to another widget.
@ e_vertical_menu
Ribbon displayed as a vertical menu.
@ e_keep_square
Keeps the ribbon area in a square aspect ratio.
@ e_right_horizontal
Ribbon positioned on the right but oriented horizontally.
@ e_left_horizontal
Ribbon positioned on the left but oriented horizontally.
@ e_vertical_accordian
Ribbon displayed as a vertical accordion menu.