b 21945 r=pollmann
This commit is contained in:
rods%netscape.com 2000-02-15 15:57:13 +00:00
Родитель 18947f7e2e
Коммит 66be43abb8
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -29,7 +29,7 @@ class nsFormFrame;
class nsIPresContext;
class nsString;
class nsIContent;
class nsIPresState;
// IID for the nsIListControlFrame class
#define NS_ILISTCONTROLFRAME_IID \
@ -100,6 +100,11 @@ public:
*/
NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, PRBool aForceUpdate, nsIContent* aContent) = 0;
/**
*
*/
NS_IMETHOD SetPresState(nsIPresState * aState) = 0;
};
#endif

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

@ -29,7 +29,7 @@ class nsFormFrame;
class nsIPresContext;
class nsString;
class nsIContent;
class nsIPresState;
// IID for the nsIListControlFrame class
#define NS_ILISTCONTROLFRAME_IID \
@ -100,6 +100,11 @@ public:
*/
NS_IMETHOD UpdateSelection(PRBool aDoDispatchEvent, PRBool aForceUpdate, nsIContent* aContent) = 0;
/**
*
*/
NS_IMETHOD SetPresState(nsIPresState * aState) = 0;
};
#endif