Merge branch 'wip/velsinki/levelbar-support-offsets' into 'main'

language: Add Gtk.LevelBar offset syntax

See merge request GNOME/blueprint-compiler!247
This commit is contained in:
Matthijs Velsink 2025-06-14 19:36:04 +00:00
commit d37b387c5c
8 changed files with 198 additions and 0 deletions

View file

@ -0,0 +1,7 @@
using Gtk 4.0;
LevelBar {
offsets [
offset ("negative-value", -0.3),
]
}

View file

@ -0,0 +1 @@
5,31,4,Offset value can't be negative