137 #if !defined(_ciTreeCtrl_h_)
138 #define _ciTreeCtrl_h_
142 #endif // _MSC_VER > 1000
146 #include "wx/treectrl.h"
185 const wxPoint& pos = wxDefaultPosition,
186 const wxSize&
size = wxDefaultSize,
187 long style = wxTR_HAS_BUTTONS,
188 const wxValidator& validator = wxDefaultValidator,
189 const wxString&
name =
"ciListCtrl");
244 void Delete(
const wxTreeItemId& item);
260 wxTreeItemId
AddRoot(
const wxString& text, wxWindow *panelWnd,
int panelClassInfo,
int image = -1,
int selImage = -1);
279 const wxTreeItemId& parentId,
280 const wxString& text,
303 const wxTreeItemId& parent,
304 const wxTreeItemId& item,
305 const wxString& text,
324 void AddPanel(wxTreeItemId nodeId, wxWindow *panelWnd,
int panelClassInfo);
341 void InsertPanel(wxTreeItemId nodeId, wxWindow *panelWnd,
int panelClassInfo,
int idx = -1);
482 wxTreeItemId
getItemId(wxWindow *panelWnd);
563 #endif // !defined(_ciTreeCtrl_h_)