Planeshift
Public Member Functions

pawsThumb Class Reference

#include <pawscrollbar.h>

List of all members.

Public Member Functions

void OnLostFocus ()
 Sets hasFocus false and notifys parent.
bool OnMouseUp (int button, int modifiers, int x, int y)
 Manage mouse up event.
 pawsThumb ()
 pawsThumb (const pawsThumb &origin)

Detailed Description

Definition at line 35 of file pawscrollbar.h.


Constructor & Destructor Documentation

pawsThumb::pawsThumb ( ) [inline]

Definition at line 38 of file pawscrollbar.h.

pawsThumb::pawsThumb ( const pawsThumb origin) [inline]

Definition at line 42 of file pawscrollbar.h.


Member Function Documentation

void pawsThumb::OnLostFocus ( ) [inline, virtual]

Sets hasFocus false and notifys parent.

Reimplemented from pawsWidget.

Definition at line 54 of file pawscrollbar.h.

bool pawsThumb::OnMouseUp ( int  button,
int  modifiers,
int  x,
int  y 
) [inline, virtual]

Manage mouse up event.

Returns:
bool Parent's result or FALSE if no parent.
Remarks:
Acts recursively on it's parents.

Reimplemented from pawsWidget.

Definition at line 46 of file pawscrollbar.h.


The documentation for this class was generated from the following file: