Re: wxEuphoria color

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu