X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61b6c82294f4af6c5d53fb65b21e92f4fe83887a..7ca106e860dd06773f1b1d286cccfeb69d78468e:/interface/wx/html/htmlcell.h diff --git a/interface/wx/html/htmlcell.h b/interface/wx/html/htmlcell.h index 26a050e017..d1394e3554 100644 --- a/interface/wx/html/htmlcell.h +++ b/interface/wx/html/htmlcell.h @@ -413,8 +413,10 @@ public: Colour of top and left lines @param clr2 Colour of bottom and right lines + @param border + Size of the border in pixels */ - void SetBorder(const wxColour& clr1, const wxColour& clr2); + void SetBorder(const wxColour& clr1, const wxColour& clr2, int border = 1); /** Sets the indentation (free space between borders of container and subcells).