added GetDefaultColumnWidth(), replacing a hardcoded #define

This commit is contained in:
buster%netscape.com 1999-09-02 20:44:17 +00:00
parent c2a011eb49
commit 096cf35713
2 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,8 @@ protected:
nsHTMLReflowMetrics& aDesiredLayoutSize,
nsSize& aDesiredWidgetSize);
PRInt32 GetDefaultColumnWidth() const { return (PRInt32)(20); } // this was DEFAULT_PIXEL_WIDTH
/* ---------- abstract methods derived class must implement ---------- */

View File

@ -65,6 +65,8 @@ protected:
nsHTMLReflowMetrics& aDesiredLayoutSize,
nsSize& aDesiredWidgetSize);
PRInt32 GetDefaultColumnWidth() const { return (PRInt32)(20); } // this was DEFAULT_PIXEL_WIDTH
/* ---------- abstract methods derived class must implement ---------- */