Searched defs:_Ewk_View_Smart_Class (Results 1 – 1 of 1) sorted by relevance
100 struct _Ewk_View_Smart_Class { struct101 Evas_Smart_Class sc; /**< all but 'data' is free to be changed. */102 unsigned long version;104 …ipt, const Ewk_Window_Features *window_features); /**< creates a new window, requested by webkit */105 void (*window_close)(Ewk_View_Smart_Data *sd); /**< creates a new window, requested by webkit */107 Evas_Object *(*backing_store_add)(Ewk_View_Smart_Data *sd); /**< must be defined */108 Eina_Bool (*scrolls_process)(Ewk_View_Smart_Data *sd); /**< must be defined */109 Eina_Bool (*repaints_process)(Ewk_View_Smart_Data *sd); /**< must be defined */110 Eina_Bool (*contents_resize)(Ewk_View_Smart_Data *sd, int w, int h);111 Eina_Bool (*zoom_set)(Ewk_View_Smart_Data *sd, float zoom, Evas_Coord cx, Evas_Coord cy);[all …]