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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h227 wxGridCellAttr *m_attrForOddRows; member in class:MyGridCellAttrProvider
H A Dgriddemo.cpp1106 m_attrForOddRows = new wxGridCellAttr;
1107 m_attrForOddRows->SetBackgroundColour(*wxLIGHT_GREY);
1112 m_attrForOddRows->DecRef();
1124 attr = m_attrForOddRows;

Completed in 109 milliseconds