From e2e552c8c4fe9573f6d0f6a7b9925af5c1d98778 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Fri, 2 Feb 2001 11:33:15 +0000 Subject: [PATCH] Checking in some sample interfaces. Not part of build. --- layout/xul/base/src/outliner/public/nsIOutlinerStore.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/xul/base/src/outliner/public/nsIOutlinerStore.idl b/layout/xul/base/src/outliner/public/nsIOutlinerStore.idl index 296fd37da3f8..e8fbaf434ad2 100644 --- a/layout/xul/base/src/outliner/public/nsIOutlinerStore.idl +++ b/layout/xul/base/src/outliner/public/nsIOutlinerStore.idl @@ -33,11 +33,12 @@ interface nsIOutlinerStore : nsISupports // An atomized list of properties for a given row. Each property, x, that // the store gives back will cause the pseudoclass :moz-outliner-row-x - // to be matched on the pseudoelement ::moz-outliner-row pseudoelement. + // to be matched on the pseudoelement ::moz-outliner-row. // // The special property "separator" can be returned to supply the outliner // with the hint that there are no cells in this row and that it should draw - // a separator. It used the border properties to draw the separator. + // a separator. It uses the border properties on the separator pseudoclass + // to draw the separator. nsISupportsArray getRowProperties(in long index); // An atomized list of properties for a given cell. Each property, x, that