git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@65 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 08:33:47 +00:00
parent 43702c32db
commit 38a109e8df

View File

@@ -22,6 +22,12 @@ void resize(MwWidget handle, void* user_data, void* call_data) {
MwNwidth, (ow = w - 100),
MwNheight, (oh = h - 150),
NULL);
MwVaApply(button,
MwNy, h - 50 - 50,
MwNwidth, ow,
MwNheight, 50,
NULL);
}
void tick(MwWidget handle, void* user_data, void* call_data) {