use more proper term

This commit is contained in:
NishiOwO
2025-12-15 15:27:04 +09:00
parent a5cd1974e4
commit 02c21233ae
4 changed files with 18 additions and 17 deletions

View File

@@ -26,20 +26,21 @@ int main() {
box = MwVaCreateWidget(MwBoxClass, "box", window, 0, 0, 0, 0,
MwNpadding, 10,
MwNspacing, 10,
NULL);
box2 = MwVaCreateWidget(MwBoxClass, "box2", box, 0, 0, 0, 0,
MwNpadding, 10,
MwNspacing, 10,
MwNorientation, MwVERTICAL,
NULL);
box3 = MwVaCreateWidget(MwBoxClass, "box3", box, 0, 0, 0, 0,
MwNpadding, 10,
MwNspacing, 10,
MwNorientation, MwVERTICAL,
NULL);
box4 = MwVaCreateWidget(MwBoxClass, "box4", box, 0, 0, 0, 0,
MwNpadding, 10,
MwNspacing, 10,
MwNorientation, MwVERTICAL,
MwNfixedSize, 40,
NULL);