mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
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:
parent
af06535736
commit
def73c1f91
3 changed files with 42 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue