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
12
PROMEKI_NAMESPACE_BEGIN
13
14
// Backward-compatible type aliases so existing TUI code compiles
15
// unchanged. The actual types now live in core/layout.h.
16
using
TuiLayout = Layout;
17
using
TuiBoxLayout = BoxLayout;
18
using
TuiBoxDirection = BoxDirection;
19
using
TuiHBoxLayout = HBoxLayout;
20
using
TuiVBoxLayout = VBoxLayout;
21
using
TuiGridLayout = GridLayout;
22
23
PROMEKI_NAMESPACE_END
layout.h
include
promeki
tui
layout.h
Generated on 2026-05-21 02:27:58 from commit ffbc5cc (1.0.0-alpha).