ttx 0.1.0
Loading...
Searching...
No Matches
popup.h File Reference
#include "ttx/layout.h"
#include "ttx/size.h"

Go to the source code of this file.

Classes

struct  ttx::PopupLayout
 
struct  ttx::Popup
 

Namespaces

namespace  ttx
 

Typedefs

using ttx::RelatizeSize = di::StrongInt<detail::RelatizeSizeTag>
 
using ttx::AbsoluteSize = di::StrongInt<detail::AbsoluteSizeTag>
 
using ttx::PopupSize = di::Variant<RelatizeSize, AbsoluteSize>
 

Enumerations

enum class  ttx::PopupAlignment {
  ttx::Left , ttx::Right , ttx::Top , ttx::Bottom ,
  ttx::Center
}