]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlcell.h
Bitmap and Image updates
[wxWidgets.git] / include / wx / html / htmlcell.h
index 0dd32f2fea5c8bfcd16de22bd3b4af69a7ceae17..a0f585232e4dd1995ce0c1c0d8bfa8d19d6c2da0 100644 (file)
@@ -210,7 +210,7 @@ class WXDLLEXPORT wxHtmlContainerCell : public wxHtmlCell
         void SetAlign(const wxHtmlTag& tag);
                 // sets alignment info based on given tag's params
         void SetWidthFloat(int w, int units) {m_WidthFloat = w; m_WidthFloatUnits = units;}
-        void SetWidthFloat(const wxHtmlTag& tag);
+        void SetWidthFloat(const wxHtmlTag& tag, double pixel_scale = 1.0);
                 // sets floating width adjustment
                 // (examples : 32 percent of parent container,
                 // -15 pixels percent (this means 100 % - 15 pixels)