/** * @addtogroup Elm_Panel * * @{ */ /** * Panel scroll information * * @since 1.11 */ typedef struct _Elm_Panel_Scroll_Info Elm_Panel_Scroll_Info; /** * Panel scroll information * * @since 1.11 */ struct _Elm_Panel_Scroll_Info { double rel_x; /***/ double rel_y; /***/ }; /** * @} */