9#if !defined(OWL_FSCROLL_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
39 virtual void SetWindow(
TWindow* win);
41 virtual void ShowScrollBar(
int code,
bool show=
true);
43 void EnableFlatStyle(
bool enable=
true);
44 bool GetScrollProp(
uint index,
int&
value);
48 virtual void SetScrollPage(
int bar,
int page,
bool redraw =
true);
49 virtual int GetScrollPage(
int bar)
const;
52 virtual int GetScrollPos(
int bar)
const;
53 virtual int SetScrollPos(
int bar,
int pos,
bool redraw =
true);
54 virtual int GetScrollTrackPos(
int bar)
const;
#define PRECONDITION(condition)
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
HWND GetHandle() const
Returns the handle of the window.
Definition of classes for CommonControl encapsulation.
#define DECLARE_STREAMABLE_OWL(cls, ver)
#define DECLARE_STREAMABLE_INLINES(cls)
Object Windows Library (OWLNext Core)