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

fz_fuim_new_slid_edit_long

Description

Creates a slider item with an edit box using a fzrt_int 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_long(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

parent,

char *

titl_str,

short

slid_item_id,

short

edit_item_id,

fzrt_int

min,

fzrt_int

max,

fzrt_int

range_flags,

fz_fuim_item_func

item_func,

fzrt_int *

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_float, fz_fuim_new_slid_edit_pcent_float, ,, fz_fuim_new_slid_edit_float

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h