formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_pview_create

Description

Creates a preview window item in a dialog, where objects can be displayed. The options data structure determines how the preview is set up. The options need to be allocated with . A number of API functions can be called to customize the options.

Plugin Prototype

short fz_fuim_pview_create(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

parent,

short

item_id,

fz_fuim_pview_opts_ptr

pview_opts_ptr )

Parameters

fuim_tmpl [Input]

fuim manager

parent [Input]

parent group

item_id [Input]

fuim item id

pview_opts_ptr [Input]

preview options

Returns

The item id of the preview

Availability

5.0.0.0

See Also

,,, ,, fz_fuim_pview_opts_set_flags

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h