| 364 | } |
| 365 | |
| 366 | void gmenu_enable(TMenuItem *pMenuItem, BOOL enable) |
| 367 | { |
| 368 | if (enable) |
| 369 | pMenuItem->dwFlags |= GMENU_ENABLED; |
| 370 | else |
| 371 | pMenuItem->dwFlags &= ~GMENU_ENABLED; |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * @brief Set the TMenuItem slider position based on the given value |
no outgoing calls
no test coverage detected