mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add Gtk.Scale mark syntax
This commit is contained in:
parent
83d11ccb8c
commit
5a782c653b
12 changed files with 242 additions and 5 deletions
7
tests/sample_errors/scale_mark_position.blp
Normal file
7
tests/sample_errors/scale_mark_position.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Scale {
|
||||
marks [
|
||||
mark (0, bottom_right),
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue