gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A base class for input method contexts.GLib.ObjectGLib.IWrapperSystem.IDisposableMethodSystem.Void Notify the input method that the widget to which this
input context corresponds has gained focus. The input method
may, for example, change the displayed feedback to reflect
this change.MethodSystem.VoidNotify the input method that the widget to which this
input context corresponds has lost focus. The input method
may, for example, change the displayed feedback or reset the contexts
state to reflect this change.
MethodSystem.Boolean
Asks the widget that the input context is attached to to delete
characters around the cursor position by emitting the
signal.
a
a a , if the signal was handled.
Note that and
are in characters not in bytes, which differs from the usage other
places in .
In order to use this function, you should first call
to get the current context, and
call this function immediately afterwards to make sure that you
know what you are deleting. You should also account for the fact
that even if the signal was handled, the input context might not
have deleted all the characters that were requested to be deleted.
This function is used by an input method that wants to make
subsitutions in the existing text in response to new input. It is
not useful for applications.
MethodSystem.BooleanAllow an input method to handle a .
a representing a key press.
if the keypress was handled.If the method returns , no further processing should be done for .MethodSystem.VoidResets the state of the input method.Call this method if, for example, a change in cursor position has occurred. The reset clears any existing pre-edit state.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of IMContext, wrapping the C object.This is an internal constructor, and should not be used by user code.PropertyGdk.Window
Set the client window for the input context; this is the
in which the input appears.
a a
The client window is
used in order to correctly position status windows. It may
also be used for purposes internal to the input method.
PropertyGdk.Rectangle
Notify the input method that a change in cursor
position has been made.
a a
The location is relative to the client window.
PropertySystem.Boolean
Whether the IM context should use the preedit string
to display feedback.
a a
If is (default
is ), then the IM context may use some other method to display
feedback, such as displaying it in a child of the root window.
EventSystem.EventHandlerEvent fired when the preedit string is changed.EventSystem.EventHandlerEvent fired when pre-editing is started.EventGtk.SurroundingDeletedHandlerEvent fired when the input method needs to delete the context text.EventGtk.CommitHandlerCommit text event.The event is emitted when the input method has processed all the keystrokes for an individual text element, including pre-edit keystrokes. The resulting text is located in EventGtk.RetrieveSurroundingHandler
Event fired when the input method requires the context surrounding the cursor.
EventSystem.EventHandlerEvent fired when pre-editing is completed.MethodSystem.Void
Sets surrounding context around the insertion point and preedit string.
a
a
This function is expected to be called in response to the
event,
and it will likely have no effect if called at other times.
MethodSystem.BooleanGets the context around the insertion point.
a
a a
Input methods typically want context in order to constrain
input text based on existing text; this is important for
languages such as Thai where only some sequences of
characters are allowed.
This function is implemented by emitting the event on the
input method; in response to this signal, a widget should
provide as much context as is available, up to an entire
paragraph, by calling . Note that there
is no obligation for a widget to respond to the signal, so
input methods must be prepared to function without
context.
PropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.BooleanDefault handler for the event.a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a Override this method in a subclass to provide a default handler for the event.MethodSystem.BooleanDefault handler for the event.
a
a a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a a Chain to this constructor if you have manually registered a native value for your subclass.MethodSystem.Void
Retrieve the current preedit string for the input context
and a list of attributes to apply to the string.
a , a location to store , the retrieved string.
a , location to store the retrieved attribute list.
a , the position of the cursor (in bytes) within the preedit string.
This string should be displayed inserted at the insertion
point.
ConstructorProtected Constructor.a