]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
Use GTKXXX notation for some more wxGTK specific methods for consistency
[wxWidgets.git] / include / wx / combo.h
index 0c31d0bb509660e1891b2421fa14c7d6c24d1b64..3aa8a32c56bc7fc5e97416f4153ee7e2f052ff24 100644 (file)
@@ -95,7 +95,8 @@ enum
     // Internal use: Skip popup animation.
     wxCC_IFLAG_DISABLE_POPUP_ANIM   = 0x2000,
     // Internal use: Drop-button is a bitmap button or has non-default size
-    // (but can still be on either side of the control).
+    // (but can still be on either side of the control), regardless whether
+    // specified by the platform or the application.
     wxCC_IFLAG_HAS_NONSTANDARD_BUTTON   = 0x4000
 };