Searched refs:newW (Results 1 - 3 of 3) 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.c1405 XmComboBoxWidget newW,
1418 newW->combobox.Editable = current->combobox.Editable;
1419 newW->combobox.ListCtrl = current->combobox.ListCtrl;
1420 newW->combobox.EditCtrl = current->combobox.EditCtrl;
1421 newW->combobox.LabelCtrl = current->combobox.LabelCtrl;
1422 newW->combobox.SelectionPolicy = current->combobox.SelectionPolicy;
1423 newW->combobox.ListSizePolicy = current->combobox.ListSizePolicy;
1424 newW->combobox.StaticList = current->combobox.StaticList;
1433 if ( current->core.sensitive != newW->core.sensitive ) {
1434 XtSetSensitive(newW
1404 SetValues(XmComboBoxWidget current, XmComboBoxWidget req, XmComboBoxWidget newW, ArgList args, Cardinal *NumArgs) argument
2739 Initialize(Widget request, XmComboBoxWidget newW, ArgList wargs, Cardinal *ArgCount) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp1304 double newW = x2 - left; local
1305 double newX = (double)(left + newW/2.0);
1306 SetSize(newW, GetHeight());
1346 double newW = right - x1; local
1347 double newX = (double)(x1 + newW/2.0);
1348 SetSize(newW, GetHeight());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp846 int newW, newH; local
847 GetSize(& newW, & newH);
850 if (newW != oldW || newH != oldH)

Completed in 43 milliseconds