Add -_updateInputMethodState and -_updateInputMethodWithInsertionPoint: methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17205 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-07-12 16:40:16 +00:00
parent af06535736
commit def73c1f91
3 changed files with 42 additions and 7 deletions

View file

@ -2243,6 +2243,17 @@ Scroll so that the beginning of the range is visible.
}
/* Private, internal methods to help input method handling in some backends
(XIM, currently). Backends may override these in categories with the real
(backend-specific) handling. */
-(void) _updateInputMethodState
{
}
-(void) _updateInputMethodWithInsertionPoint: (NSPoint)insertionPoint
{
}
@end