|
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();
|
|
}
|
|
}
|