StaticLine Class Reference

Inheritance diagram for StaticLine:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  {
  wxLI_HORIZONTAL = Orientation.wxHORIZONTAL,
  wxLI_VERTICAL = Orientation.wxVERTICAL
}

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxLI_HORIZONTAL, string name=wxStaticTextNameStr)
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxLI_HORIZONTAL, string name=wxStaticTextNameStr)
bool Create (Window parent, int id, inout Point pos, inout Size size, int style, string name)
bool IsVertical ()
int DefaultSize ()

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const string wxStaticTextNameStr = "message"


Member Enumeration Documentation

anonymous enum

Enumerator:
wxLI_HORIZONTAL 
wxLI_VERTICAL 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxLI_HORIZONTAL,
string  name = wxStaticTextNameStr 
)

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxLI_HORIZONTAL,
string  name = wxStaticTextNameStr 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

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

bool IsVertical (  ) 

int DefaultSize (  ) 


Member Data Documentation

const string wxStaticTextNameStr = "message"


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