formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_opts_iface_tmpl

Description

Tool options interface template function (Recommended) This function is called by formZ to generate the interface for the options for a tool. This interface appears in the tool options palette when the tool icon is selected from the tool bar. The interface is also used in a dialog when the icon is double clicked, option-clicked or right clicked.

The interface is constructed by calls to FUIM template functions

Plugin Prototype

fzrt_error_td fz_tool_cbak_opts_iface_tmpl(

fz_fuim_tmpl_ptr

tmpl_ptr,

fzrt_ptr

tmpl_data )

Parameters

tmpl_ptr [Input]

pointer to formZ fuim template manager

tmpl_data [Input]

pointer to formZ fuim template data

Returns

-1 for failure, ! = -1 for success

Availability

5.0.0.0

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h