ui/ui/webview.h

changeset 800
814d374fb689
parent 594
fc854e0ab924
child 874
33618ae398bd
--- a/ui/ui/webview.h	Sun Oct 05 12:34:42 2025 +0200
+++ b/ui/ui/webview.h	Sun Oct 05 13:30:19 2025 +0200
@@ -39,12 +39,17 @@
 #define UI_WEBVIEW_OBJECT_TYPE "webview"
     
 typedef struct UiWebviewArgs {
-    UiTri fill;
+    UiBool fill;
     UiBool hexpand;
     UiBool vexpand;
     UiBool hfill;
     UiBool vfill;
     UiBool override_defaults;
+    int margin;
+    int margin_left;
+    int margin_right;
+    int margin_top;
+    int margin_bottom;
     int colspan;
     int rowspan;
     const char *name;

mercurial