=====cImGuiWindowData===== ====Fields==== ^ Field Name ^ Type ^ Description ^ | mColorBase | [[cColor]] | | | mColorText | [[cColor]] | | | mColorDisabled | [[cColor]] | | | mvDefaultSize | [[cVector2f]] | | | mbUseBackgroundGfx | bool | | | mGfxBackground | [[cImGuiGfx]] | | | mFont | [[cImGuiFont]] | | | mFontAlign | [[eFontAlign]] | | | mbUseDisabledColor | bool | | | mHeaderType | [[eImGuiWindowHeader]] | | | mGfxWindowData | [[cImGuiFrameGfx]] | | | mbUseHeader | bool | | | mvLabelOffset | [[cVector3f]] | | | mfCaptionSizeMul | float | | | mGfxLabelData | [[cImGuiFrameGfx]] | | | mfLabelPaddingTop | float | | | mfLabelPaddingRight | float | | | mfLabelPaddingBottom | float | | | mfLabelPaddingLeft | float | | | mfLabelMinWidth | float | | | mfPaddingTop | float | | | mfPaddingRight | float | | | mfPaddingBottom | float | | | mfPaddingLeft | float | | ====Functions==== ^ Return Type ^ Function Name ^ Parameters ^ Description ^ | void | SetLabelPadding | float afTop, \\ float afRight, \\ float afBottom, \\ float afLeft | | | void | SetPadding | float afTop, \\ float afRight, \\ float afBottom, \\ float afLeft | | ====Remarks==== Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!