Ewl_Scrollbar Struct Reference
[Ewl_Scrollbar: A Simple Scrollbar Widget]
#include <ewl_scrollbar.h>

Detailed Description
Inherits from Ewl_Box and extends to provide a scrollbar widget.Data Fields | |
Ewl_Box | box |
unsigned int | buttons_alignment |
Ewl_Widget * | decrement |
signed char | direction |
double | fill_percentage |
Ewl_Widget * | increment |
signed char | invert |
Ewl_Widget * | seeker |
double | start_time |
Ecore_Timer * | timer |
Field Documentation
Inherit from Ewl_Box
unsigned int Ewl_Scrollbar::buttons_alignment |
The ordering of buttons
Referenced by ewl_scrollbar_init(), and ewl_scrollbar_orientation_set().
The internal decrement button
Referenced by ewl_scrollbar_init(), and ewl_scrollbar_orientation_set().
signed char Ewl_Scrollbar::direction |
Direction for the scrollbar
Referenced by ewl_scrollbar_cb_scroll_start(), ewl_scrollbar_cb_scroll_stop(), and ewl_scrollbar_inverse_scroll_set().
Ratio of size for draggable
Referenced by ewl_scrollbar_init().
The internal increment button
Referenced by ewl_scrollbar_cb_scroll_start(), ewl_scrollbar_init(), and ewl_scrollbar_orientation_set().
signed char Ewl_Scrollbar::invert |
Invert the scrolling direction
Referenced by ewl_scrollbar_cb_scroll_start(), ewl_scrollbar_init(), ewl_scrollbar_inverse_scroll_get(), and ewl_scrollbar_orientation_set().
The internal Ewl_Seeker
Referenced by ewl_scrollbar_init(), ewl_scrollbar_orientation_set(), ewl_scrollbar_step_get(), ewl_scrollbar_step_set(), ewl_scrollbar_value_get(), and ewl_scrollbar_value_set().
double Ewl_Scrollbar::start_time |
Time scrolling began
Referenced by ewl_scrollbar_cb_scroll_start(), and ewl_scrollbar_cb_scroll_stop().
Ecore_Timer* Ewl_Scrollbar::timer |
Repeating timer for scrolling
Referenced by ewl_scrollbar_cb_scroll_start(), and ewl_scrollbar_cb_scroll_stop().
The documentation for this struct was generated from the following file:
- lib/ewl_scrollbar.h