formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Creates a slider item with an edit box using a short for the range
where the range value and the display range value are the same.
Pass FZ_FUIM_NONE for id to not assign a specific item id.
An id will be created and assigned to the item.
Pass FZ_FUIM_ROOT for parent if there is no parent group.
Plugin Prototype
short fz_fuim_new_slid_edit_short(
fuim_tmpl, | |
short | parent, |
char * | titl_str, |
short | slid_item_id, |
short | edit_item_id, |
short | min, |
short | max, |
fzrt_int | range_flags, |
item_func, | |
short * | data, |
short * | slid_item, |
short * | edit_item ) |
Parameters
fuim_tmpl [Input]
fuim manager
parent [Input]
parent group
titl_str [Input, Optional]
slider title
Default Value: a slider item without a name is created
slid_item_id [Input]
slider item id
edit_item_id [Input]
text edit item id
min [Input]
minimum value of slider
max [Input]
maximum value of slider
range_flags [Input]
range flags
Bit Flag Type: fz_fuim_range_enum
item_func [Input, Optional]
item function
data [Input]
pointer to the data
slid_item [Result, Optional]
slider item id
edit_item [Result, Optional]
text edit item id
Returns
Static text item id
Availability
5.0.0.0
See Also
fz_fuim_new_slid_edit_pcent_int,,, ,, , fz_fuim_new_slid_edit_double,
Function Set
Defined in