Searched refs:GetDefaultMarginWidth (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp103 SetMarginWidth(GetDefaultMarginWidth());
128 size_t nCheckWidth = GetDefaultMarginWidth();
352 pStruct->rclItem.xRight += wxOwnerDrawn::GetDefaultMarginWidth();
393 if (rEvent.GetX() <= wxOwnerDrawn::GetDefaultMarginWidth())
H A Downerdrw.cpp106 *pWidth = (size_t)(*pWidth + GetDefaultMarginWidth() * 1.5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp181 size_t nCheckWidth = GetDefaultMarginWidth(),
390 pStruct->itemWidth += wxOwnerDrawn::GetDefaultMarginWidth();
505 if ( event.GetX() <= wxOwnerDrawn::GetDefaultMarginWidth() )
541 best.x += wxOwnerDrawn::GetDefaultMarginWidth(); // add room for the checkbox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h92 static int GetDefaultMarginWidth() { return (int) ms_nDefaultMarginWidth; } function in class:wxOwnerDrawn

Completed in 43 milliseconds