| 668:e6a1bcfc0dd9 | 669:5b930e8c3a87 |
|---|---|
| 59 } | 59 } |
| 60 } | 60 } |
| 61 | 61 |
| 62 ui_set_widget_groups(obj->ctx, webview, args->groups); | 62 ui_set_widget_groups(obj->ctx, webview, args->groups); |
| 63 UI_APPLY_LAYOUT2(current, args); | 63 UI_APPLY_LAYOUT2(current, args); |
| 64 current->container->add(current->container, webview, FALSE); | 64 current->container->add(current->container, webview); |
| 65 | 65 |
| 66 return webview; | 66 return webview; |
| 67 } | 67 } |
| 68 | 68 |
| 69 void* ui_webview_get(UiGeneric *g) { | 69 void* ui_webview_get(UiGeneric *g) { |