![]() |
DDNet documentation
|
#include <ui.h>
Public Attributes | |
| int | m_Checked = 0 |
| bool | m_HintRequiresStringCheck = false |
| bool | m_HintCanChangePositionOrSize = false |
| bool | m_UseIconFont = false |
| bool | m_ShowDropDownIcon = false |
| int | m_Corners = IGraphics::CORNER_ALL |
| float | m_Rounding = 5.0f |
| float | m_FontFactor = 0.0f |
| ColorRGBA | m_Color = ColorRGBA(1.0f, 1.0f, 1.0f, 0.5f) |
| unsigned | m_Flags = BUTTONFLAG_LEFT |
| int SMenuButtonProperties::m_Checked = 0 |
| int SMenuButtonProperties::m_Corners = IGraphics::CORNER_ALL |
| unsigned SMenuButtonProperties::m_Flags = BUTTONFLAG_LEFT |
| float SMenuButtonProperties::m_FontFactor = 0.0f |
| bool SMenuButtonProperties::m_HintCanChangePositionOrSize = false |
| bool SMenuButtonProperties::m_HintRequiresStringCheck = false |
| float SMenuButtonProperties::m_Rounding = 5.0f |
| bool SMenuButtonProperties::m_ShowDropDownIcon = false |
| bool SMenuButtonProperties::m_UseIconFont = false |