| 2509 | //----------------------------------------------------------------------------- |
| 2510 | |
| 2511 | DefineEngineMethod( GuiEditCtrl, addSelection, void, (S32 id), , "selects a control.") |
| 2512 | { |
| 2513 | object->addSelection(id); |
| 2514 | } |
| 2515 | |
| 2516 | //----------------------------------------------------------------------------- |
| 2517 |
no test coverage detected