W_SET_WINDOW_ARGS
Syntax
int_val = W_SET_WINDOW_ARGS( winobj, arg_type1, arg_value1 [,arg_type2, arg_value2...] );
- Input arguments
-
handle winobj The handle of the frame or subwindow. int arg_type1[,arg_type2,...] Argument type(s). For a list of argument types for panel items, see Generic Panel Item Arguments. any arg_value1[,arg_value2, ...] Attribute value(s). The type of the value depends on the corresponding argument type.
Return Values
- Success:
-
int 0
- Failure:
-
int -1 Script interface error.
Description
This function sets a list of arguments to a frame or subwindow.