Table of Contents

Description

Panel scroll information

Fields

Signature

struct Efl.Ui.Panel_Scroll_Info {
    rel_x: double;
    rel_y: double;
}

C signature

typedef struct _Efl_Ui_Panel_Scroll_Info {
    double rel_x;
    double rel_y;
} Efl_Ui_Panel_Scroll_Info;