Searched refs:wxTreeItemIcon (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h110 wxTreeItemIcon which = wxTreeItemIcon_Normal) const;
130 wxTreeItemIcon which = wxTreeItemIcon_Normal);
393 wxTreeItemIcon which) const;
396 wxTreeItemIcon which) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtreectrl.h147 ,wxTreeItemIcon vWhich = wxTreeItemIcon_Normal
151 ,wxTreeItemIcon vWhich = wxTreeItemIcon_Normal
643 ,wxTreeItemIcon vWhich
647 ,wxTreeItemIcon vWhich
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp297 wxTreeItemIcon which) const
304 wxTreeItemIcon which) const
315 wxTreeItemIcon which) const
321 wxTreeItemIcon which)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h108 wxTreeItemIcon which = wxTreeItemIcon_Normal) const = 0;
129 wxTreeItemIcon which = wxTreeItemIcon_Normal) = 0;
H A Dtreebase.h150 enum wxTreeItemIcon enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h92 wxTreeItemIcon which = wxTreeItemIcon_Normal) const;
100 wxTreeItemIcon which = wxTreeItemIcon_Normal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h83 wxTreeItemIcon which = wxTreeItemIcon_Normal) const;
92 wxTreeItemIcon which = wxTreeItemIcon_Normal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtreectrl.tex519 \param{wxTreeItemIcon }{which = wxTreeItemIcon\_Normal}}
524 \item{wxTreeItemIcon\_Normal} to get the normal item image
525 \item{wxTreeItemIcon\_Selected} to get the selected item image (i.e. the image
527 \item{wxTreeItemIcon\_Expanded} to get the expanded image (this only
530 \item{wxTreeItemIcon\_SelectedExpanded} to get the selected expanded image
658 {\tt GetItemImage(item, wxTreeItemIcon\_Selected}) instead).
945 \param{int }{image}, \param{wxTreeItemIcon }{which = wxTreeItemIcon\_Normal}}
955 Sets the selected item image (this function is obsolete, use {\tt SetItemImage(item, wxTreeItemIcon\_Selecte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp718 , wxTreeItemIcon nWhich
758 , wxTreeItemIcon nWhich
793 , wxTreeItemIcon nWhich
835 , wxTreeItemIcon nWhich
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtreectrl.cpp347 bool HasImage(wxTreeItemIcon which) const { return m_images[which] != -1; }
350 int GetImage(wxTreeItemIcon which) const
373 wxFAIL_MSG( _T("unsupported wxTreeItemIcon value") );
380 void SetImage(int image, wxTreeItemIcon which) { m_images[which] = image; }
1006 wxTreeItemIcon which) const
1022 wxTreeItemIcon which)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp158 int GetImage(wxTreeItemIcon which = wxTreeItemIcon_Normal) const
173 void SetImage(int image, wxTreeItemIcon which)
1097 wxTreeItemIcon which) const
1147 wxTreeItemIcon which)

Completed in 250 milliseconds