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 |
Definition at line 32 of file treebook.cpp.
|
Definition at line 35 of file treebook.cpp. 00040 : 00041 wxTreeCtrl(parent, id, pos, size, style, validator, name), m_fixedBestSize(160,380) {}
|
|
Definition at line 43 of file treebook.cpp. 00044 { 00045 return m_fixedBestSize; 00046 }
|
|
Definition at line 48 of file treebook.cpp. 00049 { 00050 m_fixedBestSize=s; 00051 }
|
|
Definition at line 53 of file treebook.cpp. |