Panel Class Reference

A panel is a window on which controls are placed. It is usually placed within a frame. It contains minimal extra functionality over and above its parent class wxWindow; its main purpose is to be similar in appearance and functionality to a dialog, but with the flexibility of having any window as a parent. More...

Inheritance diagram for Panel:

Window EvtHandler wxObject IDisposable PreviewControlBar ScrolledWindow VScrolledWindow WizardPage Grid HtmlWindow PreviewCanvas VListBox WizardPageSimple DbGrid HtmlListBox

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxTAB_TRAVERSAL|wxNO_BORDER, string name=wxPanelNameStr)
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxTAB_TRAVERSAL|wxNO_BORDER, string name=wxPanelNameStr)
bool Create (Window parent, int id, inout Point pos, inout Size size, int style, string name)
Button DefaultItem ()
void DefaultItem (Button value)
override void InitDialog ()


Detailed Description

A panel is a window on which controls are placed. It is usually placed within a frame. It contains minimal extra functionality over and above its parent class wxWindow; its main purpose is to be similar in appearance and functionality to a dialog, but with the flexibility of having any window as a parent.

Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Window.

Reimplemented in DbGrid, Grid, HtmlWindow, HtmlListBox, ScrolledWindow, VListBox, VScrolledWindow, WizardPage, and WizardPageSimple.

this (  ) 

Reimplemented in Grid, HtmlWindow, HtmlListBox, VListBox, and VScrolledWindow.

public this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxTAB_TRAVERSAL|wxNO_BORDER,
string  name = wxPanelNameStr 
)

Constructor.

Parameters:
parent The parent window.
id An identifier for the panel. A value of -1 is taken to mean a default.
pos The panel position. A value of (-1, -1) indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform.
size The panel size. A value of (-1, -1) indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform.
style The window style. See wxPanel.
name Used to associate a name with the window, allowing the application user to set Motif resource values for individual dialog boxes.
See also:
Create

Reimplemented from Window.

Reimplemented in Grid, and HtmlWindow.

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxTAB_TRAVERSAL|wxNO_BORDER,
string  name = wxPanelNameStr 
)

Reimplemented from Window.

Reimplemented in Grid, and HtmlWindow.


Member Function Documentation

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

Reimplemented in HtmlWindow.

Button DefaultItem (  ) 

void DefaultItem ( Button  value  ) 

override void InitDialog (  ) 

Reimplemented from Window.


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