* Changes the button group this button belongs to. * @param group Pointer to the pressed button pointer in the group. * Null makes it a regular button. */
| 175 | * Null makes it a regular button. |
| 176 | */ |
| 177 | void TextButton::setGroup(TextButton **group) |
| 178 | { |
| 179 | _group = group; |
| 180 | _redraw = true; |
| 181 | } |
| 182 | |
| 183 | /** |
| 184 | * Replaces a certain amount of colors in the surface's palette. |
no outgoing calls
no test coverage detected