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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp30 static const wxCoord TEXTBORDER = 4 ; variable
32 static const wxCoord MARGIN = 8 - TEXTBORDER;
251 csize.y = m_text->GetSize().y + 2 * TEXTBORDER ; //allow for text border highlights
287 sizeText.y += 2 * TEXTBORDER ;
288 sizeText.x += 2 * TEXTBORDER ;
307 wxCoord wText = width - sizeBtn.x - MARGIN - 2 * TEXTBORDER;
309 m_text->SetSize(TEXTBORDER, (height - sizeText.y) / 2, wText, -1);
310 m_btn->SetSize(0 + wText + MARGIN + 2 * TEXTBORDER , (height - sizeBtn.y) / 2 , -1, -1 );

Completed in 185 milliseconds