| 666 ui_label(obj, .label = "Webview is not supported"); |
666 ui_label(obj, .label = "Webview is not supported"); |
| 667 #endif |
667 #endif |
| 668 } |
668 } |
| 669 ui_tab(obj, "Tab 10") { |
669 ui_tab(obj, "Tab 10") { |
| 670 ui_grid(obj, .margin = 10, .rowspacing = 10, .columnspacing = 10, .def_vfill = TRUE) { |
670 ui_grid(obj, .margin = 10, .rowspacing = 10, .columnspacing = 10, .def_vfill = TRUE) { |
| 671 ui_label(obj, .label = "Name"); |
671 ui_label(obj, 1, .label = "Name"); |
| 672 ui_textfield(obj, .hexpand = TRUE); |
672 ui_textfield(obj, .hexpand = TRUE); |
| 673 ui_newline(obj); |
673 ui_newline(obj); |
| 674 |
674 |
| 675 ui_label(obj, .label = "No vfill", .override_defaults = TRUE); |
675 ui_label(obj, .label = "No vfill", .override_defaults = TRUE); |
| 676 ui_textfield(obj, .hexpand = TRUE); |
676 ui_textfield(obj, .hexpand = TRUE); |