| clutter-imcontext Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#include <clutter-imtext/clutter-imtext.h> struct ClutterIMText; struct ClutterIMTextClass; ClutterActor * clutter_imtext_new (const gchar *text); void clutter_imtext_set_autoshow_im (ClutterIMText *self,gboolean autoshow);
GObject
+----GInitiallyUnowned
+----ClutterActor
+----ClutterText
+----ClutterIMText
ClutterIMText implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.
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
|
text to set to |
Returns : |
a new ClutterActor |
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
|
a ClutterIMText |
|
TRUE to send show event to IM on focus |