mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -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),
|
||||
]
|
||||
}
|
1
tests/sample_errors/scale_mark_position.err
Normal file
1
tests/sample_errors/scale_mark_position.err
Normal file
|
@ -0,0 +1 @@
|
|||
5,14,12,'bottom_right' is not a member of Gtk.PositionType
|
Loading…
Add table
Add a link
Reference in a new issue