This commit is contained in:
NishiOwO
2025-12-15 12:26:15 +09:00
parent 1853cd1e7f
commit 5003d29246
13 changed files with 769 additions and 770 deletions

View File

@@ -1,13 +1,13 @@
#include <Mw/Milsko.h>
int main(){
int main() {
MwWidget w, cb;
MwLibraryInit();
w = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 5 + 320 + 5, 5 + 24 + 5,
MwNtitle, "combobox",
NULL);
MwNtitle, "combobox",
NULL);
cb = MwCreateWidget(MwComboBoxClass, "combobox", w, 5, 5, 320, 24);