Data Structures
Here are the data structures with brief descriptions:
_Evas_Coord_Rectangle | < A rectangle in Evas_Coord |
_Evas_Cserve_Config | Configuration that controls the server that shares cached bitmaps |
_Evas_Cserve_Image | A handle to an image shared by a server |
_Evas_Cserve_Image_Cache | A handle of a cache of images shared by a server |
_Evas_Cserve_Stats | Statistics about the server that shares cached bitmaps |
_Evas_Engine_Info | Generic engine information |
_Evas_Event_Hold | Hold change event |
_Evas_Event_Key_Down | Key press event |
_Evas_Event_Key_Up | Key release event |
_Evas_Event_Mouse_Down | Mouse button press event |
_Evas_Event_Mouse_In | Mouse enter event |
_Evas_Event_Mouse_Move | Mouse button down event |
_Evas_Event_Mouse_Out | Mouse leave event |
_Evas_Event_Mouse_Up | Mouse button release event |
_Evas_Event_Mouse_Wheel | Wheel event |
_Evas_Event_Multi_Down | Multi button press event |
_Evas_Event_Multi_Move | Multi button down event |
_Evas_Event_Multi_Up | Multi button release event |
_Evas_GL_Config | Evas GL Surface configuration |
_Evas_Object_Box_Api | This structure should be used by any smart class inheriting from the box's one, to provide custom box behavior which could not be achieved only by providing a layout function, with evas_object_box_layout_set() |
_Evas_Object_Box_Data | This structure augments clipped smart object's instance data, providing extra members required by generic box implementation |
_Evas_Object_Box_Option | Evas_Object_Box_Option struct fields |
_Evas_Smart_Cb_Description | Describes a callback issued by a smart object (evas_object_smart_callback_call()), as defined in its smart object class |
_Evas_Smart_Class | A smart object's base class definition |
_Evas_Smart_Interface | A smart object's base interface definition |
_Evas_Textgrid_Cell | The values that describes each cell |