ui/ui/image.h

branch
newapi
changeset 338
6d827f85e0f5
parent 337
2904fba2708b
child 339
b68b5f984074
--- a/ui/ui/image.h	Sun Oct 13 19:37:00 2024 +0200
+++ b/ui/ui/image.h	Sun Oct 13 19:41:12 2024 +0200
@@ -45,7 +45,8 @@
     const char *style_class;
 
     UiBool scrollarea;
-    
+    UiGeneric *value;
+    const char *varname;
 } UiImageViewerArgs;
     
 #define ui_imageviewer(obj, ...) ui_imageviewer_create(obj, (UiImageViewerArgs){ __VA_ARGS__ } )

mercurial