Home
last modified time | relevance | path

Searched refs:cameraWindowHeightNumber (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DViewControlDialog.C976 Widget cameraWindowHeightNumber = this->cameraWindowHeightNumber = in createDialog() local
993 XtAddCallback(cameraWindowHeightNumber, XmNactivateCallback, in createDialog()
1001 XmNtopWidget , cameraWindowHeightNumber, in createDialog()
1442 XtVaSetValues(this->cameraWindowHeightNumber, XmNiValue, y, NULL); in resetProjection()
1479 XtVaSetValues(this->cameraWindowHeightNumber,XmNiValue, image_height,NULL); in newCamera()
1515 XtSetSensitive(this->cameraWindowHeightNumber, b); in setSensitivity()
1634 else if (widget == obj->cameraWindowHeightNumber) in ViewControlDialog_NumberCB()
H A DViewControlDialog.h147 Widget cameraWindowHeightNumber; variable