- """
- SetBackgroundColour(Colour col) -> bool
-
- Sets the background colour of the window. Returns True if the colour
- was changed. The background colour is usually painted by the default
- EVT_ERASE_BACKGROUND event handler function under Windows and
- automatically under GTK.
-
- Note that setting the background colour does not cause an immediate
- refresh, so you may wish to call ClearBackground or Refresh after
- calling this function.
-
- Use this function with care under GTK+ as the new appearance of the
- window might not look equally well when used with themes, i.e GTK+'s
- ability to change its look as the user wishes with run-time loadable
- modules.
- """