24 #ifndef __ITextFocusList__ 25 #define __ITextFocusList__ 28 #include "IPMUnknown.h" 40 enum { kDefaultIID = IID_ITEXTFOCUSLIST };
42 virtual bool16 GetFirstFocus(
UIDRef& textModelRef,
43 TextIndex& start, TextIndex& end, bool16* leanLeft = nil) = 0;
45 virtual bool16 GetNextFocus(
UIDRef& textModelRef,
46 TextIndex& start, TextIndex& end, bool16* leanLeft = nil) = 0;
51 #endif // __ITextFocusList__