wxEuphoria color
- Posted by buzzo Nov 12, 2014
- 1252 views
the doc advises: set_back_color ( atom window, atom color ) Category: wxWindow
window: the window whose color is to be set
color: a wxColour object
my question is why does this fail:
set_back_color ( WinFrame, "THISTLE" )
advising that args to C must be atom