Part of fix for bug 201400. r=aaronl, sr=me.

This commit is contained in:
sfraser%netscape.com 2003-04-12 03:12:59 +00:00
Родитель 2ce89db51a
Коммит 5a14aa5fdd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -96,6 +96,7 @@ public:
NS_IMETHOD EventStatusOK(nsGUIEvent* aEvent, PRBool *aOK) = 0;
// This is called when browse with caret changes on the fly
NS_IMETHOD GetBrowseWithCaret(PRBool *aBrowseWithCaret) = 0;
NS_IMETHOD ResetBrowseWithCaret(PRBool *aBrowseWithCaret) = 0;
// This is called after find text or when a cursor movement key is pressed