9#if !defined(OWL_PAGER_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
40 int x,
int y,
int w,
int h,
49 void ForwardMouse(
bool forward =
true);
54 void SetBorder(
int border);
55 int GetBorder()
const;
57 void SetButtonSize(
int btnsize);
58 int GetButtonSize()
const;
60 int GetButtonState(TPagerButton
button)
const;
63 int GetPosition()
const;
#define PRECONDITION(condition)
Class wrapper for management of color values.
TControl unifies its derived control classes, such as TScrollBar, TControlGadget, and TButton.
Wraps the IDropTarget interface (currently lightweight).
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
void ForwardMouse(bool forward=true)
TColor GetBkColor() const
void SetPosition(int position)
int GetButtonSize() const
void SetBkColor(const TColor &clr)
void SetButtonSize(int btnsize)
int GetButtonState(TPagerButton button) const
void SetBorder(int border)
TDropTarget GetDropTarget()
Type-safe encapsulation of a Windows class name, a union between ATOM and LPCTSTR.
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TResult SendMessage(TMsgId, TParam1=0, TParam2=0) const
Sends a message (msg) to a specified window or windows.
HWND GetHandle() const
Returns the handle of the window.
Definition of classes for CommonControl encapsulation.
Definition of class TControl.
Object Windows Library (OWLNext Core)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.
#define CONST_CAST(targetType, object)
Definitions of Win95 Shell Clases: TShellItem, TShellItemIterator, TPidl, TShellMalloc.