Set the calltip position, below the text by default or if above is false else above the text.
| 322 | // Set the calltip position, below the text by default or if above is false |
| 323 | // else above the text. |
| 324 | void CallTip::SetPosition(bool aboveText) { |
| 325 | above = aboveText; |
| 326 | } |
| 327 | |
| 328 | // It might be better to have two access functions for this and to use |
| 329 | // them for all settings of colours. |
no outgoing calls
no test coverage detected