Documentación de la API
>
Windows and views
>
Object ProWindow
> Function ProWindowCurrentSet
Function ProWindowCurrentSet
Description
Sets the current window to the one specified by the
window_id
argument.
NOTE:
This function is
not
equivalent to the Creo Parametric option to activate the window, and has no effect on the object returned by
ProMdlCurrentGet
().
Replacement in Object TOOLKIT:
pfcBaseSession::CurrentWindow
Synopsis
#include <
ProWindows.h
>
ProError
ProWindowCurrentSet
(
int window_id
/* (In)
The identifier of the window that becomes current
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the window to be current.
PRO_TK_BAD_INPUTS
The argument is invalid.
See Also
ProMdlCurrentGet
Sample Code References
pt_examples ( TestAsm.c )
pt_examples ( TestAsm.c )
pt_examples ( TestDrwView.c )
pt_examples ( TestDrwView.c )
pt_examples ( TestWindow.c )
pt_examples ( TestWindow.c )
pt_examples ( UtilTree.c )
pt_examples ( UtilTree.c )
User Guide References
Controlling Which Window is Current:ProWindowCurrentSet
Creating and Removing Windows:ProWindowCurrentSet
Displaying Graphics:ProWindowCurrentSet
Equivalent Pro/DEVELOP Functions:ProWindowCurrentSet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado