.. index:: pair: struct; EE::UI::GridItem .. _doxid-struct_e_e_1_1_u_i_1_1_grid_item: struct EE::UI::GridItem ======================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GridItem { // fields :ref:`UIWidget`* :target:`widget`; int :target:`order` { 0 }; std::string :target:`gridRowStart` { "auto" }; std::string :target:`gridRowEnd` { "auto" }; std::string :target:`gridColumnStart` { "auto" }; std::string :target:`gridColumnEnd` { "auto" }; int :target:`resolvedRowStart` { 0 }; int :target:`resolvedRowEnd` { 0 }; int :target:`resolvedColumnStart` { 0 }; int :target:`resolvedColumnEnd` { 0 }; int :target:`columnSpan` { 1 }; int :target:`rowSpan` { 1 }; :ref:`CSSJustifySelf` :target:`justifySelf` { :ref:`CSSJustifySelf::Stretch` }; :ref:`CSSAlignSelf` :target:`alignSelf` { :ref:`CSSAlignSelf::Stretch` }; bool :target:`isTextNode` { false }; bool :target:`isOutOfFlow` { false }; };