formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_icon_menu

Description

Adds the tool icon to a toolbar (Optional). This function is called by formZ to add the tool icon to the icon toolbar.

Plugin Prototype

fzrt_error_td fz_tool_cbak_icon_menu(

const fzrt_UUID_td

icon_bar_uuid,

fzrt_UUID_td

group_uuid,

fz_fuim_icon_group_enum *

group_pos,

fzrt_int *

group_row,

fzrt_int *

group_col )

Parameters

icon_bar_uuid [Input]

id of the icon tool bar

group_uuid [Result]

id of the icon group (row) to insert the icon if NULL, then a default Extensions group at the bottom of the toolbar is used

group_pos [Result]

position to insert the tool in the group (row)

group_row [Result]

specifies exact row when group_pos is FZ_FUIM_ICON_GROUP_CUSTOM

group_col [Result]

specifies exact column when group_pos is FZ_FUIM_ICON_GROUP_CUSTOM

Returns

Error codes

Availability

5.0.0.0

See Also

,

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h