mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
8 lines
131 B
Text
8 lines
131 B
Text
using Gtk 4.0;
|
|
|
|
Label bla {
|
|
}
|
|
|
|
DropDown {
|
|
expression: strcmp('File size:', bla as <GtkLabel>.max-width-chars) as <gchararray>;
|
|
}
|