libpromeki 1.0.0-alpha
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
layout.h
Go to the documentation of this file.
1
8#pragma once
9
10#include <promeki/layout.h>
11
12PROMEKI_NAMESPACE_BEGIN
13
14// Backward-compatible type aliases so existing TUI code compiles
15// unchanged. The actual types now live in core/layout.h.
16using TuiLayout = Layout;
17using TuiBoxLayout = BoxLayout;
18using TuiBoxDirection = BoxDirection;
19using TuiHBoxLayout = HBoxLayout;
20using TuiVBoxLayout = VBoxLayout;
21using TuiGridLayout = GridLayout;
22
23PROMEKI_NAMESPACE_END