wxCamTreeCtrl Class Reference

List of all members.

Public Member Functions

 wxCamTreeCtrl (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTR_DEFAULT_STYLE, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxTreeCtrlNameStr)
virtual wxSize DoGetBestSize () const
virtual void SetFixedBestSize (wxSize s)

Public Attributes

wxSize m_fixedBestSize

Detailed Description

Definition at line 32 of file treebook.cpp.


Constructor & Destructor Documentation

wxCamTreeCtrl::wxCamTreeCtrl wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTR_DEFAULT_STYLE,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = wxTreeCtrlNameStr
[inline]
 

Definition at line 35 of file treebook.cpp.

00040                                                          :
00041                 wxTreeCtrl(parent, id, pos, size, style, validator, name), m_fixedBestSize(160,380) {}


Member Function Documentation

virtual wxSize wxCamTreeCtrl::DoGetBestSize  )  const [inline, virtual]
 

Definition at line 43 of file treebook.cpp.

00044     {
00045         return m_fixedBestSize;
00046     }

virtual void wxCamTreeCtrl::SetFixedBestSize wxSize  s  )  [inline, virtual]
 

Definition at line 48 of file treebook.cpp.

00049     {
00050         m_fixedBestSize=s;
00051     }


Member Data Documentation

wxSize wxCamTreeCtrl::m_fixedBestSize
 

Definition at line 53 of file treebook.cpp.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:03:16 2007 for Camelot by  doxygen 1.4.4