Struct Row
Defined in File GuiWidgetDescription.h
Struct Documentation
-
struct Row
A horizontal row containing one or more leaf widgets.
Rows may NOT be nested.
nanogui : nanogui::Widget child with BoxLayout(Horizontal, Alignment::Middle). ImGui : widgets rendered consecutively separated by ImGui::SameLine().
item_spacingoverrides the inter-widget spacing in pixels (0 = default).