-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_window_id
Martin Wiesmann edited this page Nov 25, 2022
·
2 revisions
Source code: SPICE_DATA::get_window_id
Class: SPICE_DATA
Returns the window ID of one or more windows. 'window_index' is optional. If it is not provided, window IDs of all windows are returned. If it is scalar, the result will be a scalar string, and if window_index is an array, the result will be a string array of same size.
array = spice_object->get_window_id( window_index )
String or string array.
Scalar or array of indices of windows. Default is all windows.