mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
45 lines
481 B
Text
45 lines
481 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
visible: true;
|
|
visible: false;
|
|
|
|
styles [""]
|
|
styles [""]
|
|
|
|
accessibility {
|
|
label: "label";
|
|
label: "label";
|
|
}
|
|
accessibility {}
|
|
}
|
|
|
|
FileFilter {
|
|
suffixes []
|
|
patterns []
|
|
mime-types []
|
|
suffixes []
|
|
patterns []
|
|
mime-types []
|
|
}
|
|
|
|
ComboBoxText {
|
|
layout {
|
|
orientation: vertical;
|
|
orientation: vertical;
|
|
}
|
|
layout {}
|
|
|
|
items []
|
|
items []
|
|
}
|
|
|
|
SizeGroup {
|
|
widgets []
|
|
widgets []
|
|
}
|
|
|
|
StringList {
|
|
strings []
|
|
strings []
|
|
}
|