OGLPropertiesPopup
int OGLPropertiesPopup (int panelHandle, int OGLControlId);
Purpose
Displays the OGL properties popup. The OGL properties popup allows a user to modify attributes of the control and plots displayed in the control.
Parameters
| Input | ||
| Name | Type | Description |
| panelHandle | int | The specifier for a particular panel that is currently in memory. This handle will have been returned by the LoadPanel, NewPanel, or DuplicatePanel function. |
| OGLControlId | int | The ID returned by OGLNewCtrl or OGLConvertCtrl. |
Return Value
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred.Error Codes
|
Additional Information
Library: OpenGL 3D Plotting Control
Include file: custctrl\cviogl.h
LabWindows/CVI compatibility: LabWindows/CVI 5.0 and later
