24 lines
301 B
Plaintext
24 lines
301 B
Plaintext
using Gtk 4.0;
|
|
|
|
/*
|
|
template $ConfigureOption: ListBoxRow {
|
|
width-request: 100;
|
|
activatable: false;
|
|
selectable: false;
|
|
|
|
child: Box {
|
|
margin-bottom: 5;
|
|
spacing: 30;
|
|
|
|
Label name {
|
|
hexpand: true;
|
|
halign: start;
|
|
}
|
|
|
|
Switch switch {
|
|
halign: end;
|
|
}
|
|
};
|
|
}
|
|
*/
|