]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
option for no close button for wxAuiNotebook in aui demo
[wxWidgets.git] / include / wx / defs.h
index 759d9325873b27e8783fa413b17aee4e0e2ce56b..1d1953270f681a81a518b15e3fd4181ee8d4770a 100644 (file)
@@ -658,18 +658,6 @@ typedef int wxCoord;
 
 enum {  wxDefaultCoord = -1 };
 
-/*  round-to-nearest (used in scaling) */
-#ifdef __cplusplus
-inline wxCoord wxCoordRound(const float& f)
-{
-    return (f > 0) ? (wxCoord)(f + 0.5) : (f < 0) ? (wxCoord)(f - 0.5) : 0;
-}
-inline wxCoord wxCoordRound(const double& f)
-{
-    return (f > 0) ? (wxCoord)(f + 0.5) : (f < 0) ? (wxCoord)(f - 0.5) : 0;
-}
-#endif
-
 /*  ---------------------------------------------------------------------------- */
 /*  define fixed length types */
 /*  ---------------------------------------------------------------------------- */
@@ -1565,8 +1553,8 @@ enum wxBorder
 #define wxTC_LEFT             0x0020
 #define wxTC_RIGHT            0x0040
 #define wxTC_BOTTOM           0x0080
-#define wxTC_MULTILINE        wxNB_MULTILINE
-#define wxTC_OWNERDRAW        0x0200
+#define wxTC_MULTILINE        0x0200    /* == wxNB_MULTILINE */
+#define wxTC_OWNERDRAW        0x0400
 
 /*
  * wxStatusBar95 flags