Searched refs:ArrowCtrlWidth (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/motif/xmcombo/
H A Dxmcombo.c895 Dimension EditCtrlWidth, ArrowCtrlWidth, LabelCtrlWidth; local
902 XmNheight, &ArrowCtrlWidth, NULL);
904 ArrowCtrlWidth = (ArrowCtrlWidth * 4) / 5;
918 EditCtrlWidth = w->core.width - ArrowCtrlWidth;
920 EditCtrlWidth -= ArrowCtrlWidth/2;
943 w->core.width-ArrowCtrlWidth, HighlightThickness,
944 ArrowCtrlWidth,
966 if ( w->core.width > (Dimension)(ArrowCtrlWidth + EditX) )
967 Width = w->core.width - ArrowCtrlWidth
972 EditX + ArrowCtrlWidth, ComboBoxHeight, Width, Height, 0); local
[all...]

Completed in 111 milliseconds