Gauge Class Reference

Inheritance diagram for Gauge:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  {
  wxGA_HORIZONTAL = Orientation.wxHORIZONTAL,
  wxGA_VERTICAL = Orientation.wxVERTICAL,
  wxGA_PROGRESSBAR = 0x0010
}

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, int range, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxGA_HORIZONTAL, Validator validator=null, string name=wxGaugeNameStr)
 this (Window parent, int range, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxGA_HORIZONTAL, Validator validator=null, string name=wxGaugeNameStr)
bool Create (Window parent, int id, int range, inout Point pos, inout Size size, int style, Validator validator, string name)
int Range ()
void Range (int value)
int Value ()
void Value (int value)
int ShadowWidth ()
void ShadowWidth (int value)
int BezelFace ()
void BezelFace (int value)
override bool AcceptsFocus ()
bool IsVertical ()

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const int wxGA_SMOOTH = 0x0020
const string wxGaugeNameStr = "gauge"


Member Enumeration Documentation

anonymous enum

Enumerator:
wxGA_HORIZONTAL 
wxGA_VERTICAL 
wxGA_PROGRESSBAR 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

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

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


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

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

int Range (  ) 

void Range ( int  value  ) 

int Value (  ) 

void Value ( int  value  ) 

int ShadowWidth (  ) 

void ShadowWidth ( int  value  ) 

int BezelFace (  ) 

void BezelFace ( int  value  ) 

override bool AcceptsFocus (  ) 

Reimplemented from Window.

bool IsVertical (  ) 


Member Data Documentation

const int wxGA_SMOOTH = 0x0020

const string wxGaugeNameStr = "gauge"


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