Searched refs:m_bOwnerDrawn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h43 { m_font = font; m_bOwnerDrawn = true; }
48 { m_colText = colText; m_bOwnerDrawn = true; }
53 { m_colBack = colBack; m_bOwnerDrawn = true; }
62 m_bOwnerDrawn = true; }
66 m_bOwnerDrawn = true; }
70 m_bOwnerDrawn = true; }
88 m_bOwnerDrawn = true;
109 bool IsOwnerDrawn() const { return m_bOwnerDrawn; }
112 void SetOwnerDrawn(bool ownerDrawn = true) { m_bOwnerDrawn = ownerDrawn; }
113 void ResetOwnerDrawn() { m_bOwnerDrawn
166 m_bOwnerDrawn, // true if something is non standard member in class:wxOwnerDrawn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp151 m_bOwnerDrawn = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Downerdrw.cpp45 m_bOwnerDrawn = false;

Completed in 49 milliseconds