]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
No changes, just add another case to a switch on wxMouseButton.
[wxWidgets.git] / include / wx / checkbox.h
index 6177aeb5d469ad404c49622d859a7388f6efb910..3ecfb6169f163c1abe767cda14fac2844057de1a 100644 (file)
  */
 #define wxCHK_ALLOW_3RD_STATE_FOR_USER 0x2000
 
-/*
- * The possible states of a 3-state checkbox (Compatible
- * with the 2-state checkbox).
- */
-enum wxCheckBoxState
-{
-    wxCHK_UNCHECKED,
-    wxCHK_CHECKED,
-    wxCHK_UNDETERMINED /* 3-state checkbox only */
-};
-
-
 extern WXDLLIMPEXP_DATA_CORE(const char) wxCheckBoxNameStr[];
 
 // ----------------------------------------------------------------------------