* Sets a flag for this button to say "i'm a member of a textList" to true. */
| 518 | * Sets a flag for this button to say "i'm a member of a textList" to true. |
| 519 | */ |
| 520 | void InteractiveSurface::setListButton() |
| 521 | { |
| 522 | _listButton = true; |
| 523 | } |
| 524 | |
| 525 | } |
no outgoing calls
no test coverage detected