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),
|
||||
]
|
||||
}
|
16
tests/samples/level_bar_offsets.ui
Normal file
16
tests/samples/level_bar_offsets.ui
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
DO NOT EDIT!
|
||||
This file was @generated by blueprint-compiler. Instead, edit the
|
||||
corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
-->
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkLevelBar">
|
||||
<offsets>
|
||||
<offset name="low-class-name" value="0.3"/>
|
||||
<offset name="medium-class-name" value="0.5"/>
|
||||
<offset name="high-class-name" value="0.7"/>
|
||||
</offsets>
|
||||
</object>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue