neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
font_widget.hpp File Reference

Go to the source code of this file.

Classes

class  neogfx::font_widget
 

Namespaces

namespace  neogfx
 

Enumerations

enum class  neogfx::font_widget_style : std::uint32_t { neogfx::Dialog = 0x00000001 , neogfx::DropList = 0x00000002 }
 

Functions

constexpr font_widget_style neogfx::operator| (font_widget_style lhs, font_widget_style rhs)
 
constexpr font_widget_style neogfx::operator& (font_widget_style lhs, font_widget_style rhs)
 
constexpr font_widget_style neogfx::operator~ (font_widget_style lhs)