]>
git.saurik.com Git - wxWidgets.git/blob - contrib/samples/ogl/studio/project.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Studio project classes
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _STUDIO_PROJECT_H_
13 #define _STUDIO_PROJECT_H_
15 #include <wx/treectrl.h>
16 #include <wx/imaglist.h>
19 * This is the project tree control.
22 class csProjectTreeCtrl
: public wxTreeCtrl
25 DECLARE_CLASS(csProjectTreeCtrl
)
28 csProjectTreeCtrl(wxWindow
*parent
, const wxWindowID id
, const wxPoint
& pos
, const wxSize
& size
,
29 long style
= wxTR_HAS_BUTTONS
|wxTR_LINES_AT_ROOT
);
33 wxImageList
*GetImageList() const { return (wxImageList
*)&m_imageList
; }
35 wxImageList m_imageList
;