]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
implemented notifications of the child process termination (patch 1494439)
[wxWidgets.git] / include / wx / html / htmldefs.h
index 225625d4dd18224cb8e59375e3ab5b4c74a61930..dc008b77a43f0a8037959a78374c668e3fb3318f 100644 (file)
@@ -61,9 +61,9 @@
 #define wxHTML_INDENT_TOP            0x0040
 #define wxHTML_INDENT_BOTTOM         0x0080
 
 #define wxHTML_INDENT_TOP            0x0040
 #define wxHTML_INDENT_BOTTOM         0x0080
 
-#define wxHTML_INDENT_HORIZONTAL     wxHTML_INDENT_LEFT | wxHTML_INDENT_RIGHT
-#define wxHTML_INDENT_VERTICAL       wxHTML_INDENT_TOP | wxHTML_INDENT_BOTTOM
-#define wxHTML_INDENT_ALL            wxHTML_INDENT_VERTICAL | wxHTML_INDENT_HORIZONTAL
+#define wxHTML_INDENT_HORIZONTAL     (wxHTML_INDENT_LEFT | wxHTML_INDENT_RIGHT)
+#define wxHTML_INDENT_VERTICAL       (wxHTML_INDENT_TOP | wxHTML_INDENT_BOTTOM)
+#define wxHTML_INDENT_ALL            (wxHTML_INDENT_VERTICAL | wxHTML_INDENT_HORIZONTAL)
 
 
 
 
 
 
 
 #define wxHTML_COND_ISANCHOR              1
         // Finds the anchor of 'param' name (pointer to wxString).
 
 #define wxHTML_COND_ISANCHOR              1
         // Finds the anchor of 'param' name (pointer to wxString).
-    
+
 #define wxHTML_COND_ISIMAGEMAP            2
         // Finds imagemap of 'param' name (pointer to wxString).
     // (used exclusively by m_image.cpp)
 #define wxHTML_COND_ISIMAGEMAP            2
         // Finds imagemap of 'param' name (pointer to wxString).
     // (used exclusively by m_image.cpp)
-    
+
 #define wxHTML_COND_USER              10000
         // User-defined conditions should start from this number
 
 #define wxHTML_COND_USER              10000
         // User-defined conditions should start from this number
 
@@ -93,8 +93,6 @@
     /* size of one scroll step of wxHtmlWindow in pixels */
 #define wxHTML_BUFLEN                  1024
     /* size of temporary buffer used during parsing */
     /* size of one scroll step of wxHtmlWindow in pixels */
 #define wxHTML_BUFLEN                  1024
     /* size of temporary buffer used during parsing */
-#define wxHTML_REALLOC_STEP              32
-    /* steps of array reallocation */
 #define wxHTML_PRINT_MAX_PAGES          999
     /* maximum number of pages printable via html printing */
 
 #define wxHTML_PRINT_MAX_PAGES          999
     /* maximum number of pages printable via html printing */