neoGFX
Cross-platform C++ app/game engine
|
#include <neogfx/neogfx.hpp>
#include <neolib/core/i_enum.hpp>
#include <neogfx/gui/layout/i_layout_item.hpp>
Go to the source code of this file.
Namespaces | |
namespace | neogfx |
Enumerations | |
enum class | neogfx::expansion_policy : uint32_t { neogfx::ExpandHorizontally = 0x0001 , neogfx::ExpandVertically = 0x0002 } |
Functions | |
constexpr expansion_policy | neogfx::operator| (expansion_policy aLhs, expansion_policy aRhs) |
constexpr expansion_policy | neogfx::operator& (expansion_policy aLhs, expansion_policy aRhs) |