Presentation APIs
Overview
The Open C API Presentation APIs Management functions are a set of
protocols that provides cooperative, synchronized access between customer-supplied
programs and NX. When these protocols are used in customer-supplied
routines, they enable seamless integration of Internal Open C API programs
and Motif programs within the framework of the NX User Interface.
A custom application is the code that you write using Open C API routines.
The subroutines in this section are:
-
UF_UI_run_dialog
-
UF_UI_exit_dialog
uf_ui_xt.h : You must include the header file uf_ui_xt.h in your
source code.
Terminology and Concepts
Invoking Presentation APIs
Include Files: The header file uf_ui_xt.h, which holds
the function prototypes and
data structures, must be included in your custom application source
code.
Sample Source: Example programs mult_ufsta.c and ufsta.c are
included at
installation time. On standard installations these files can be found in
the directory $UGII_BASE_DIR/ugopen on UNIX platforms and
%UGII_BASE_DIR% on NT machines. If you cannot find these files
check with your system administrator.