git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@530 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-31 16:25:18 +00:00
parent 9eece7e56d
commit 1e1f9653ea

View File

@@ -3,7 +3,7 @@
int main() { int main() {
MwWidget window = MwVaCreateWidget(MwWindowClass, "test", NULL, MwDEFAULT, MwDEFAULT, 8 + 16 + 8 + 16 * 10 + 8, 8 + 16 + 8 + 16 + 8, MwWidget window = MwVaCreateWidget(MwWindowClass, "test", NULL, MwDEFAULT, MwDEFAULT, 8 + 16 + 8 + 16 * 10 + 8, 8 + 16 + 8 + 16 + 8,
MwNtitle, "checkbox", MwNtitle, "radiobox",
NULL); NULL);
MwVaCreateWidget(MwRadioBoxClass, "cb1", window, 8, 8, 16, 16, MwVaCreateWidget(MwRadioBoxClass, "cb1", window, 8, 8, 16, 16,