]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlcell.h
Added and documented wxColourDatabase::AddColour.
[wxWidgets.git] / include / wx / html / htmlcell.h
index 4d476606f2ec90cb5c3f68895668bd26650724f5..c7f8a23a75a48f042f125701b6ee6a0ad5e14dc6 100644 (file)
@@ -175,6 +175,10 @@ public:
     int GetHeight() const {return m_Height;}
     int GetDescent() const {return m_Descent;}
 
+    // Formatting cells are not visible on the screen, they only alter
+    // renderer's state.
+    bool IsFormattingCell() const { return m_Width == 0 && m_Height == 0; }
+
     const wxString& GetId() const { return m_id; }
     void SetId(const wxString& id) { m_id = id; }