#include <advprops.h>
Public Member Functions | |
| void | Init (wxUint32 type, const wxColour &colour) |
| wxColourPropertyValue (wxUint32 type, const wxColour &colour) | |
| wxColourPropertyValue (wxUint32 type) | |
| wxColourPropertyValue (const wxColour &colour) | |
Public Attributes | |
| wxColour | m_colour |
| wxUint32 | m_type |
|
|
Resulting colour. Should be correct regardless of type. |
|
|
An integer value relating to the colour, and which exact meaning depends on the property with which it is used. For wxSystemColourProperty: Any of wxSYS_COLOUR_XXX, or any web-colour ( use wxPG_TO_WEB_COLOUR macro - (currently unsupported) ), or wxPG_COLOUR_CUSTOM. For custom colour properties without values array specified: index or wxPG_COLOUR_CUSTOM For custom colour properties with values array specified: m_arrValues[index] or wxPG_COLOUR_CUSTOM |
1.3.6