language: Add Gtk.LevelBar offset syntax

Helps #8 along.
This commit is contained in:
Matthijs Velsink 2025-06-13 00:28:18 +02:00
parent 5c7fb03da7
commit c733b79683
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),
]
}