SplitterWindow Class Reference

Inheritance diagram for SplitterWindow:

Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  {
  wxSP_3DBORDER = 0x00000200,
  wxSP_LIVE_UPDATE = 0x00000080,
  wxSP_3DSASH = 0x00000100,
  wxSP_3D = (wxSP_3DBORDER | wxSP_3DSASH)
}

Public Member Functions

 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSP_3D, string name="splitter")
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSP_3D, string name="splitter")

Static Public Member Functions

static extern (C) private void staticOnDoubleClickSash(SplitterWindow obj

Public Attributes

static int x


Member Enumeration Documentation

anonymous enum

Enumerator:
wxSP_3DBORDER 
wxSP_LIVE_UPDATE 
wxSP_3DSASH 
wxSP_3D 


Constructor & Destructor Documentation

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSP_3D,
string  name = "splitter" 
)

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 Window.

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxSP_3D,
string  name = "splitter" 
)

Reimplemented from Window.


Member Function Documentation

static extern (  )  [static]

Reimplemented from wxObject.


Member Data Documentation

int x


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