ClanSoft logo
ClanSoft logo
Entire Class Index Main Class Index Cross Index Global Index

Class CL_TreeView

TreeView component
Contained in: global
Derived from: CL_Component CL_TreeView_Node
Derived by: none
Group: GUI (Controls)

#include <ClanLib/gui.h>


public function member index:

Construction:

CL_TreeView(const CL_ComponentOptions& options, CL_Component* parent, CL_StyleManager* style = NULL);
CL_TreeView(const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL);
virtual ~CL_TreeView();

Attributes:

CL_Component* get_client_area() const;
 

private function member index:

Implementation:

CL_TreeView(const CL_TreeView& copy);
 

Description:


Function Member Descriptions:

CL_TreeView::CL_TreeView - TreeView Constructor
CL_TreeView(const CL_ComponentOptions& options, CL_Component* parent, CL_StyleManager* style = NULL);


CL_TreeView::CL_TreeView - TreeView Constructor
CL_TreeView(const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL);


CL_TreeView::get_client_area - Returns the client area of the component.
CL_Component* get_client_area() const;


CL_TreeView::~CL_TreeView - TreeView Destructor
virtual ~CL_TreeView();



Variable Member Descriptions: