16 lines
192 B
Text
16 lines
192 B
Text
|
|
Window: {
|
||
|
|
TitleBar: {
|
||
|
|
Buttons: {
|
||
|
|
# Ordered from left to right
|
||
|
|
Left = [
|
||
|
|
"Close"
|
||
|
|
];
|
||
|
|
|
||
|
|
# Ordered from right to left
|
||
|
|
Right = [
|
||
|
|
"Maximize",
|
||
|
|
"Iconify"
|
||
|
|
];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|