|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
#include <menuitem.hpp>
Public Attributes | |
| MenuColumns | cols |
| int | xArrow |
| int | xCaption |
| int | xIcon |
| int | xShortcut |
Column layout specification passed to items for rendering.
Definition at line 84 of file menuitem.hpp.
| MenuColumns fcn::ColumnLayout::cols |
Column widths aggregated across items.
Definition at line 109 of file menuitem.hpp.
| int fcn::ColumnLayout::xArrow |
X position of arrow column.
Definition at line 104 of file menuitem.hpp.
| int fcn::ColumnLayout::xCaption |
X position of caption column.
Definition at line 94 of file menuitem.hpp.
| int fcn::ColumnLayout::xIcon |
X position of icon column.
Definition at line 89 of file menuitem.hpp.
| int fcn::ColumnLayout::xShortcut |
X position of shortcut column.
Definition at line 99 of file menuitem.hpp.