зеркало из https://github.com/mozilla/pjs.git
Родитель
18947f7e2e
Коммит
66be43abb8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче