ScrollBar Class Reference

Inheritance diagram for ScrollBar:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  {
  wxSB_HORIZONTAL = Orientation.wxHORIZONTAL,
  wxSB_VERTICAL = Orientation.wxVERTICAL
}

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSB_HORIZONTAL, Validator validator=null, string name=wxScrollBarNameStr)
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSB_HORIZONTAL, Validator validator=null, string name=wxScrollBarNameStr)
bool Create (Window parent, int id, Point pos, Size size, int style, Validator validator, string name)
int ThumbPosition ()
void ThumbPosition (int value)
int ThumbSize ()
int PageSize ()
int Range ()
bool IsVertical ()
override void SetScrollbar (int position, int thumbSize, int range, int pageSize, bool refresh)

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const string wxScrollBarNameStr = "scrollBar"


Member Enumeration Documentation

anonymous enum

Enumerator:
wxSB_HORIZONTAL 
wxSB_VERTICAL 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSB_HORIZONTAL,
Validator  validator = null,
string  name = wxScrollBarNameStr 
)

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSB_HORIZONTAL,
Validator  validator = null,
string  name = wxScrollBarNameStr 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

bool Create ( Window  parent,
int  id,
Point  pos,
Size  size,
int  style,
Validator  validator,
string  name 
)

int ThumbPosition (  ) 

void ThumbPosition ( int  value  ) 

int ThumbSize (  ) 

int PageSize (  ) 

int Range (  ) 

bool IsVertical (  ) 

override void SetScrollbar ( int  position,
int  thumbSize,
int  range,
int  pageSize,
bool  refresh 
)

Reimplemented from Window.


Member Data Documentation

const string wxScrollBarNameStr = "scrollBar"


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:28 2009 for wxD by  doxygen 1.5.4