SashLayoutWindow Class Reference

Inheritance diagram for SashLayoutWindow:

SashWindow Window EvtHandler wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSW_3D|wxCLIP_CHILDREN, string name="layoutWindow")
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSW_3D|wxCLIP_CHILDREN, string name="layoutWindow")
override bool Create (Window parent, int id, inout Point pos, inout Size size, int style, string name)
LayoutAlignment Alignment ()
void Alignment (LayoutAlignment value)
LayoutOrientation Orientation ()
void Orientation (LayoutOrientation value)
void DefaultSize (Size value)


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from SashWindow.

this (  ) 

Reimplemented from SashWindow.

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSW_3D|wxCLIP_CHILDREN,
string  name = "layoutWindow" 
)

Constructs a window, which can be a child of a frame, dialog or any other non-control window.

Parameters:
parent Pointer to a parent window.
id Window identifier. If -1, will automatically create an identifier.
pos Window position. wxDefaultPosition is (-1, -1) which indicates that wxWidgets should generate a default position for the window. If using the wxWindow class directly, supply an actual position.
size Window size. wxDefaultSize is (-1, -1) which indicates that wxWidgets should generate a default size for the window. If no suitable size can be found, the window will be sized to 20x20 pixels so that the window is visible but obviously not correctly sized.
style Window style. For generic window styles, please see wxWindow.
name Window name.

Reimplemented from SashWindow.

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSW_3D|wxCLIP_CHILDREN,
string  name = "layoutWindow" 
)

Reimplemented from SashWindow.


Member Function Documentation

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

Reimplemented from SashWindow.

LayoutAlignment Alignment (  ) 

void Alignment ( LayoutAlignment  value  ) 

LayoutOrientation Orientation (  ) 

void Orientation ( LayoutOrientation  value  ) 

void DefaultSize ( Size  value  ) 


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