Data Structures
Here are the data structures with brief descriptions:
_Evas_Coord_Rectangle< A rectangle in Evas_Coord
_Evas_Cserve_ConfigConfiguration that controls the server that shares cached bitmaps
_Evas_Cserve_ImageA handle to an image shared by a server
_Evas_Cserve_Image_CacheA handle of a cache of images shared by a server
_Evas_Cserve_StatsStatistics about the server that shares cached bitmaps
_Evas_Engine_InfoGeneric engine information
_Evas_Event_HoldHold change event
_Evas_Event_Key_DownKey press event
_Evas_Event_Key_UpKey release event
_Evas_Event_Mouse_DownMouse button press event
_Evas_Event_Mouse_InMouse enter event
_Evas_Event_Mouse_MoveMouse button down event
_Evas_Event_Mouse_OutMouse leave event
_Evas_Event_Mouse_UpMouse button release event
_Evas_Event_Mouse_WheelWheel event
_Evas_Event_Multi_DownMulti button press event
_Evas_Event_Multi_MoveMulti button down event
_Evas_Event_Multi_UpMulti button release event
_Evas_GL_ConfigEvas GL Surface configuration
_Evas_Object_Box_ApiThis 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_DataThis structure augments clipped smart object's instance data, providing extra members required by generic box implementation
_Evas_Object_Box_OptionEvas_Object_Box_Option struct fields
_Evas_Smart_Cb_DescriptionDescribes a callback issued by a smart object (evas_object_smart_callback_call()), as defined in its smart object class
_Evas_Smart_ClassA smart object's base class definition
_Evas_Smart_InterfaceA smart object's base interface definition
_Evas_Textgrid_CellThe values that describes each cell