formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Interface setup function prototype. Use this prototype to create a user interface template that is invoked by the driver function: fz_fuim_dlog_drive_data. This callback function is called to create fuim template content for dialogs and palettes. This function should call first fz_fuim_tmpl_init to initialize the template and then call functions to create the desired items (functions that start with fz_fuim_new_) and bind them to their corresponding storage (functions that start with fz_fuim_item_). The template utility functions (functions that start with fz_fuim_tmpl_) can be used to add additional functionality to the template.
Plugin Prototype
fzrt_error_td fz_fuim_setup_func(
tmpl_ptr ) |
Parameters
tmpl_ptr [Input]
pointer to fuim template (provided by driver). Needed for additional fuim function calls
Returns
Error codes
Availability
5.0.0.0
See Also
fz_fuim_setup_data_func, fz_fuim_setup_windex_func,
Defined in