Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Scrollbar Struct Reference
[Scrollbar: A Simple Scrollbar WidgetScrollbar: A Simple Scrollbar Widget]

Inherits from Ewl_Box to layout an Ewl_Seeker and two Ewl_Buttons to provide scrollbar functionality. More...


Data Fields

Ewl_Box box
 Inherit from Ewl_Box.

Ewl_Widgetseeker
 The internal Ewl_Seeker.

Ewl_Widgetbutton_decrement
 The internal decrement button.

Ewl_Widgetbutton_increment
 The internal increment button.

unsigned int buttons_alignment
 The ordering of buttons.

double fill_percentage
 The ratio of size for draggable.

double start_time
 Time scrolling began.

Ecore_Timer * timer
 Repeating timer for scrolling.

Ewl_ScrollBar_Flags flag
 Flags to indicate part visibility.


Detailed Description

Inherits from Ewl_Box to layout an Ewl_Seeker and two Ewl_Buttons to provide scrollbar functionality.