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

fz_fuim_tmpl_set_std_titles

Description

Changes the labels on the ok, cancel and reset buttons. If a string is NULL, the associated default label is used. If a string is the empty string (""), the associated button isn't drawn.

Plugin Prototype

void fz_fuim_tmpl_set_std_titles(

fz_fuim_tmpl_ptr

fuim_tmpl,

char *

str_ok,

char *

str_cancel,

char *

str_reset )

Parameters

fuim_tmpl [Input]

fuim manager

str_ok [Input, Optional]

new ok button string

str_cancel [Input, Optional]

new cancel button string

str_reset [Input, Optional]

new reset button string

Returns

None

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h