This commit is contained in:
kipp%netscape.com 1999-04-10 17:30:57 +00:00
Родитель 5530385670
Коммит a6c1d5c7ee
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -45,6 +45,10 @@ public:
return count;
}
const nsBandTrapezoid* GetTrapezoid(PRInt32 aIndex) const {
return &mData[aIndex];
}
// Get the number of floaters that are impacting the current
// band. Note that this value is relative to the current translation
// in the space manager which means that some floaters may be hidden

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

@ -45,6 +45,10 @@ public:
return count;
}
const nsBandTrapezoid* GetTrapezoid(PRInt32 aIndex) const {
return &mData[aIndex];
}
// Get the number of floaters that are impacting the current
// band. Note that this value is relative to the current translation
// in the space manager which means that some floaters may be hidden