mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add Gtk.SizeGroup
This commit is contained in:
parent
b4d4877e07
commit
2224f0958c
9 changed files with 130 additions and 4 deletions
9
tests/samples/size_group.blp
Normal file
9
tests/samples/size_group.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
SizeGroup {
|
||||
mode: horizontal;
|
||||
widgets: [label, button];
|
||||
}
|
||||
|
||||
Label label {}
|
||||
Button button {}
|
Loading…
Add table
Add a link
Reference in a new issue