| 503 | } |
| 504 | |
| 505 | DefineEngineMethod(PopupMenu, setItem, bool, (S32 pos, const char * title, const char * accelerator, const char *cmd), (""), "(pos, title[, accelerator][, cmd])") |
| 506 | { |
| 507 | return object->setItem(pos, title, accelerator, cmd); |
| 508 | } |
| 509 | |
| 510 | //----------------------------------------------------------------------------- |
| 511 |
no test coverage detected