blueprint-compiler/tests/samples/size_group.blp
2021-11-12 16:59:51 -06:00

9 lines
111 B
Text

using Gtk 4.0;
SizeGroup {
mode: horizontal;
widgets: [label, button];
}
Label label {}
Button button {}