Added a PrintContent() method to the nsIContentViewer class

This commit is contained in:
dcone%netscape.com 1999-05-12 13:31:28 +00:00
Родитель e297963241
Коммит b2081ee604
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -73,6 +73,8 @@ public:
NS_IMETHOD Print(void) = 0;
NS_IMETHOD PrintContent(void) = 0;
NS_IMETHOD SetEnableRendering(PRBool aOn) = 0;
NS_IMETHOD GetEnableRendering(PRBool* aResult) = 0;