Searched refs:m_foldIcons (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/foldbar/
H A Dcaptionbar.cpp41 , m_foldIcons(images)
52 if(m_foldIcons)
54 wxASSERT(m_foldIcons->GetImageCount() > 1);
55 m_foldIcons->GetSize(0, m_iconWidth, m_iconHeight);
128 if(m_foldIcons)
130 wxCHECK2(m_foldIcons->GetImageCount() > 1, return);
137 m_foldIcons->Draw(index,
143 m_foldIcons->Draw(index,
189 if (event.LeftDown() && m_foldIcons)
361 if(m_foldIcons)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dcaptionbar.h257 wxImageList *m_foldIcons; member in class:wxCaptionBar
328 m_foldIcons = images;
330 if(m_foldIcons)
331 m_foldIcons->GetSize(0, m_iconWidth, m_iconHeight);
351 if(m_foldIcons)

Completed in 102 milliseconds