mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
parent
5c7fb03da7
commit
c733b79683
8 changed files with 198 additions and 0 deletions
9
tests/samples/level_bar_offsets.blp
Normal file
9
tests/samples/level_bar_offsets.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
LevelBar {
|
||||
offsets [
|
||||
offset ("low-class-name", 0.3),
|
||||
offset ("medium-class-name", 0.5),
|
||||
offset ("high-class-name", 0.7),
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue