mirror-ghostty/src/apprt/gtk-ng/ui/1.5/tab.blp

18 lines
305 B
Plaintext

using Gtk 4.0;
template $GhosttyTab: Box {
styles [
"tab",
]
notify::active-surface => $notify_active_surface();
orientation: vertical;
hexpand: true;
vexpand: true;
$GhosttySplitTree split_tree {
notify::tree => $notify_tree();
tree-will-change => $tree_will_change();
}
}