* Changes the surface used to draw the background of the combo box. * @param bg New background. */
| 138 | * @param bg New background. |
| 139 | */ |
| 140 | void ComboBox::setBackground(Surface *bg) |
| 141 | { |
| 142 | _window->setBackground(bg); |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * Changes the color used to draw the combo box. |