Files aren't part of Mozilla build.

This commit is contained in:
hyatt%netscape.com 2001-02-02 22:44:39 +00:00
Родитель cd4edc3846
Коммит 90ca06ed8d
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -42,11 +42,15 @@ public:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
// This method paints a single row in the outliner.
NS_IMETHOD PaintRow(int aRowIndex,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
// This method paints a specific cell in a given row of the outliner.
NS_IMETHOD PaintCell(int aRowIndex,
const PRUnichar* aColID,
nsIPresContext* aPresContext,

Просмотреть файл

@ -42,11 +42,15 @@ public:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
// This method paints a single row in the outliner.
NS_IMETHOD PaintRow(int aRowIndex,
nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
// This method paints a specific cell in a given row of the outliner.
NS_IMETHOD PaintCell(int aRowIndex,
const PRUnichar* aColID,
nsIPresContext* aPresContext,