work on listbox

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@327 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-14 14:39:40 +00:00
parent e07b752f6f
commit c6e267a2b7
22 changed files with 183 additions and 117 deletions

View File

@@ -18,7 +18,7 @@ int main() {
vp = MwCreateWidget(MwViewportClass, "vp", w, 5, 5, 630, 470);
MwVaCreateWidget(MwImageClass, "image", MwViewportGetViewport(vp), 5, 5, 1024, 1024,
MwVaCreateWidget(MwImageClass, "image", MwViewportGetViewport(vp), 0, 0, 1024, 1024,
MwNpixmap, MwLoadImage(vp, "examples/picture.png"),
NULL);
MwViewportSetSize(vp, 1024, 1024);