Searched refs:wxTreeLayout (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtreelay.cpp3 // Purpose: wxTreeLayout class
35 IMPLEMENT_ABSTRACT_CLASS(wxTreeLayout, wxObject)
37 wxTreeLayout::wxTreeLayout() function in class:wxTreeLayout
47 void wxTreeLayout::DoLayout(wxDC& dc, long topId)
66 void wxTreeLayout::Draw(wxDC& dc)
73 void wxTreeLayout::DrawNodes(wxDC& dc)
84 void wxTreeLayout::DrawBranches(wxDC& dc)
99 void wxTreeLayout::DrawNode(long id, wxDC& dc)
114 void wxTreeLayout
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtreelay.h3 // Purpose: wxTreeLayout class
27 class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject class in inherits:wxObject
30 wxTreeLayout();
31 virtual ~wxTreeLayout() { }
85 DECLARE_ABSTRACT_CLASS(wxTreeLayout)
99 * A version of wxTreeLayout with storage for nodes
102 class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout

Completed in 46 milliseconds