Searched defs:Ewk_Window_Features (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.h38 typedef struct _Ewk_Window_Features Ewk_Window_Features; typedef in typeref:struct:_Ewk_Window_Features
40 EAPI void ewk_window_features_unref(Ewk_Window_Features* window_features);
41 EAPI void ewk_window_features_ref(Ewk_Window_Features* window_features);
43 EAPI void ewk_window_features_bool_property_get(Ewk_Window_Features* window_features, Eina_Bool* toolbar_visible, Eina_Bool* statusbar_visible, Eina_Bool* scrollbars_visible, Eina_Bool* menubar_visible, Eina_Bool* locationbar_visible, Eina_Bool* fullscreen);
44 EAPI void ewk_window_features_int_property_get(Ewk_Window_Features* window_features, int* x, int* y, int* w, int* h);

Completed in 56 milliseconds