neoGFX
Cross-platform C++ app/game engine
|
#include <i_graphics_context.hpp>
Public Types | |
typedef tab_stop | abstract_type |
Public Member Functions | |
std::partial_ordering | operator<=> (tab_stop const &) const noexcept=default |
Public Attributes | |
scalar | pos |
neogfx::alignment | alignment = neogfx::alignment::Left |
Definition at line 66 of file i_graphics_context.hpp.
Definition at line 68 of file i_graphics_context.hpp.
|
defaultnoexcept |
neogfx::alignment neogfx::tab_stop::alignment = neogfx::alignment::Left |
Definition at line 71 of file i_graphics_context.hpp.
scalar neogfx::tab_stop::pos |
Definition at line 70 of file i_graphics_context.hpp.