]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/property.h
Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to...
[wxWidgets.git] / include / wx / propgrid / property.h
index f72e352e8f6b036c5a095bc5db14bdafab831dd1..dea6f5c63a6502236e631b2f88554507caa65795 100644 (file)
@@ -697,6 +697,12 @@ wxPG_PROP_BEING_DELETED             = 0x00200000
 */
 #define wxPG_COLOUR_ALLOW_CUSTOM            wxS("AllowCustom")
 
+/**
+    wxColourProperty and its kind: Set to True in order to support editing
+    alpha colour component.
+*/
+#define wxPG_COLOUR_HAS_ALPHA               wxS("HasAlpha")
+
 /** @}
 */