]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
Added userData to wxSizerItems and other things to make sizers more
[wxWidgets.git] / include / wx / html / htmldefs.h
index 88d56026835e1db7dac86eca94fdaebee8d71a8a..955b4456fdb3f3986430c0f54d81724d1d404dff 100644 (file)
@@ -11,8 +11,8 @@
 #define __HTMLDEFS_H__
 
 #include "wx/defs.h"
-#if wxUSE_HTML
 
+#if wxUSE_HTML
 
 //--------------------------------------------------------------------------------
 // ALIGNMENTS
 
 #define HTML_COND_ISANCHOR              1
         // Finds the anchor of 'param' name (pointer to wxString).
+       
+#define HTML_COND_ISIMAGEMAP            2
+        // Finds imagemap of 'param' name (pointer to wxString).
+       // (used exclusively by mod_image.cpp)
 
 #define HTML_COND_USER              10000
         // User-defined conditions should start from this number