| 2496 | //----------------------------------------------------------------------------- |
| 2497 | |
| 2498 | DefineConsoleMethod( GuiEditCtrl, addSelection, void, (S32 id), , "selects a control.") |
| 2499 | { |
| 2500 | object->addSelection(id); |
| 2501 | } |
| 2502 | |
| 2503 | //----------------------------------------------------------------------------- |
| 2504 |
no test coverage detected