int i = 0; foreach (prop; &w.iterExportedProperties) { if (prop.readOnly) { continue; } HBox(i++).cfg(`layout = { spacing = 5; }`) [{