Searched refs:EditGeom (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.c724 XtWidgetGeometry EditGeom, ArrowGeom, LabelGeom, ListGeom; local
726 XtQueryGeometry(w->combobox.EditCtrl, NULL, &EditGeom);
741 *TotalHeight = EditGeom.height;
742 *EditCtrlWidth = EditGeom.width;
762 *TotalWidth = EditGeom.width;
764 if ( EditGeom.width < (Dimension)
768 *TotalWidth = EditGeom.width;
777 *TotalWidth = EditGeom.width + ArrowGeom.width;
1205 XtWidgetGeometry MyRequest, YourReply, EditGeom; local
1207 XtQueryGeometry(cbw->combobox.EditCtrl, NULL, &EditGeom);
[all...]

Completed in 103 milliseconds