30#include <FL/Enumerations.H>
31#include <sptk5/xdoc/Node.h>
32#include <sptk5/gui/CThemeImageCollection.h>
49 THM_SCROLLBAR_VERTICAL,
50 THM_SCROLLBAR_HORIZONTAL
97 : m_orientation(THM_SCROLLBAR_VERTICAL)
194 static bool drawScrollBar(
int x,
int y,
int w,
int h,
float minimum,
float maximum,
float value,
float size,
195 int activeZone,
bool active);
A collection of theme images.
Definition: CThemeImageCollection.h:46
Definition: Document.h:34
CThemeScrollBarType
Theme scroll bar type - defines the scroll bar direction.
Definition: CThemeScrollBar.h:48