]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
New scrolling code.
[wxWidgets.git] / include / wx / html / htmldefs.h
index 88d56026835e1db7dac86eca94fdaebee8d71a8a..6b0e43dbafddd762a59ce4c1391242808fd998cc 100644 (file)
@@ -2,17 +2,18 @@
 // Name:        htmldefs.h
 // Purpose:     constants for wxhtml library
 // Author:      Vaclav Slavik
+// RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifndef __HTMLDEFS_H__
-#define __HTMLDEFS_H__
+#ifndef _WX_HTMLDEFS_H_
+#define _WX_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
@@ -91,4 +96,4 @@
     /* steps of array reallocation */
 
 #endif
-#endif
\ No newline at end of file
+#endif