| Top |
ClutterIMText is a widget which can work with Different Input Method. It derives from ClutterText to add the capability to handle Input Method Related function and signals.
ClutterActor *
clutter_imtext_new (const gchar *text);
Create a new ClutterIMText with the specified text
void clutter_imtext_set_autoshow_im (ClutterIMText *self,gboolean autoshow);
Set to True if you want to ask IM to show it's UI when ClutterIMText is on focus