Pepper_31_C_interfaces
|
#include <ppb_widget_dev.h>
Public Attributes | |
PP_Bool(* | IsWidget )(PP_Resource resource) |
PP_Bool(* | Paint )(PP_Resource widget, const struct PP_Rect *rect, PP_Resource image) |
PP_Bool(* | HandleEvent )(PP_Resource widget, PP_Resource input_event) |
PP_Bool(* | GetLocation )(PP_Resource widget, struct PP_Rect *location) |
void(* | SetLocation )(PP_Resource widget, const struct PP_Rect *location) |
Definition at line 70 of file ppb_widget_dev.h.
PP_Bool(* PPB_Widget_Dev_0_3::GetLocation)(PP_Resource widget, struct PP_Rect *location) |
Definition at line 76 of file ppb_widget_dev.h.
PP_Bool(* PPB_Widget_Dev_0_3::HandleEvent)(PP_Resource widget, PP_Resource input_event) |
Definition at line 75 of file ppb_widget_dev.h.
PP_Bool(* PPB_Widget_Dev_0_3::IsWidget)(PP_Resource resource) |
Definition at line 71 of file ppb_widget_dev.h.
PP_Bool(* PPB_Widget_Dev_0_3::Paint)(PP_Resource widget, const struct PP_Rect *rect, PP_Resource image) |
Definition at line 72 of file ppb_widget_dev.h.
void(* PPB_Widget_Dev_0_3::SetLocation)(PP_Resource widget, const struct PP_Rect *location) |
Definition at line 77 of file ppb_widget_dev.h.