GetControlsByCommand() gets a stack of all the controls that reference a specific command.
- Parameters:
- 
  
    |  | windowName | - name of the window |  |  | command | - the string command of the controls to get |  |  | controlStack | - a stack to add the controls to |  
 
- Returns:
- CAT_SUCCESS on success.
Get a stack of all the controls that reference a specific command in a window. 
- Parameters:
- 
  
    |  | command | - the string command of the controls to get |  |  | controlStack | - a stack to add the controls to |  
 
- Returns:
- CAT_SUCCESS on success. 
Definition at line 144 of file CATSkin.cpp.
References CAT_ERR_SKIN_WINDOW_NOT_FOUND, CATRESULTDESC, and GetWindowByName().