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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dcombop.h86 Position DropDownOffset; /* delta Ecke Eingabefeld, member in struct:_XmComboBoxPart
H A Dxmcombo.c253 sizeof(Position), offset(combobox.DropDownOffset),
691 * Ueberpruefe, ob fuer die Ressource "DropDownOffset" ein gueltiger Wert vom
700 if ( w->combobox.DropDownOffset < 0 ) {
704 w->combobox.DropDownOffset = ArrowGeom.width;
765 (ListGeom.width + w->combobox.DropDownOffset) )
766 *TotalWidth = ListGeom.width + w->combobox.DropDownOffset;
840 ListWidth = w->core.width - w->combobox.DropDownOffset - 2;
841 abs_x += w->combobox.DropDownOffset;
1213 if ( (Dimension)(LabelWidth + cbw->combobox.DropDownOffset +
1215 TotalWidth = LabelWidth + cbw->combobox.DropDownOffset
[all...]

Completed in 54 milliseconds