Re: wxEuphoria color
- Posted by ghaberek
(admin)
Nov 12, 2014
In order to use named colors, you have to first create a wxColour object with that name, and then pass that object to set_text_color(), etc.
atom THISTLE = create( wxColour, "THISTLE" )
set_text_color( dc, THISTLE )
-Greg
Not Categorized, Please Help
|
|