ui/gtk/webview.c

changeset 679
bdc3f59b21ca
parent 669
5b930e8c3a87
child 730
c812d7038731
equal deleted inserted replaced
678:5a6edc92c7d9 679:bdc3f59b21ca
53 value->get = ui_webview_get; 53 value->get = ui_webview_get;
54 value->get_type = ui_webview_get_type; 54 value->get_type = ui_webview_get_type;
55 value->set = ui_webview_set; 55 value->set = ui_webview_set;
56 value->obj = data; 56 value->obj = data;
57 if(value->value && value->type && !strcmp(value->type, UI_WEBVIEW_OBJECT_TYPE)) { 57 if(value->value && value->type && !strcmp(value->type, UI_WEBVIEW_OBJECT_TYPE)) {
58 // TODO 58 ui_webview_set(value, value->value, UI_WEBVIEW_OBJECT_TYPE);
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);

mercurial