libgxim Reference Manual | ||||
---|---|---|---|---|
#define G_TYPE_XIM_IM_ATTR #define G_XIM_IM_ATTR (_o_) #define G_XIM_IM_ATTR_CLASS (_c_) #define G_IS_XIM_IM_ATTR (_o_) #define G_IS_XIM_IM_ATTR_CLASS (_c_) #define G_XIM_IM_ATTR_GET_CLASS (_o_) #define G_TYPE_XIM_IC_ATTR #define G_XIM_IC_ATTR (_o_) #define G_XIM_IC_ATTR_CLASS (_c_) #define G_IS_XIM_IC_ATTR (_o_) #define G_IS_XIM_IC_ATTR_CLASS (_c_) #define G_XIM_IC_ATTR_GET_CLASS (_o_) #define G_XIM_ATTR_ERROR #define XNQueryInputStyle #define XNClientWindow #define XNInputStyle #define XNFocusWindow #define XNFilterEvents #define XNPreeditAttributes #define XNStatusAttributes #define XNArea #define XNAreaNeeded #define XNSpotLocation #define XNColormap #define XNStdColormap #define XNForeground #define XNBackground #define XNBackgroundPixmap #define XNFontSet #define XNLineSpace #define XNCursor #define XNResetState #define XNPreeditState #define XNSeparatorofNestedList GXimAttrClass; GXimAttrPrivate; GXimAttr; GQuark g_xim_attr_get_error_quark (void); GSList* g_xim_attr_get_supported_attributes (GXimAttr *attr); guint g_xim_attr_get_n_supported_attributes (GXimAttr *attr); gboolean g_xim_attr_attribute_is_enabled (GXimAttr *attr, const gchar *attribute_name); gint g_xim_attr_get_attribute_id (GXimAttr *attr, const gchar *attribute_name); gchar* g_xim_attr_get_attribute_name (GXimAttr *attr, gint attribute_id); gpointer g_xim_attr_get_value_by_id (GXimAttr *attr, gint attribute_id); gpointer g_xim_attr_get_value_by_name (GXimAttr *attr, const gchar *attribute_name); GType g_xim_attr_get_gtype_by_id (GXimAttr *attr, gint attribute_id); GType g_xim_attr_get_gtype_by_name (GXimAttr *attr, const gchar *attribute_name); void g_xim_attr_set_raw_attr (GXimAttr *attr, GXimRawAttr *raw); GXimIMAttrPrivate; GXimIMAttr; GType g_xim_im_attr_get_type (void); GXimIMAttr* g_xim_im_attr_new (const gchar *attrs); void g_xim_im_attr_set_input_styles (GXimIMAttr *attr, GXimStyles *style); const GXimStyles* g_xim_im_attr_get_input_styles (GXimIMAttr *attr); GXimICAttrPrivate; GXimICAttr; GType g_xim_ic_attr_get_type (void); GXimICAttr* g_xim_ic_attr_new (const gchar *attrs);
GObject +----GXimAttr +----GXimIMAttr +----GXimICAttr
GObject +----GXimAttr +----GXimIMAttr
GObject +----GXimAttr +----GXimICAttr
"attrs-enabled" GStrv : Read / Write "queryInputStyle" GXimStyles : Read / Write "area" GXimRectangle : Read / Write "areaNeeded" GXimRectangle : Read / Write "background" gulong : Read / Write "backgroundPixmap" gulong : Read / Write "clientWindow" GdkWindow : Read / Write "colorMap" gulong : Read / Write "cursor" gulong : Read / Write "filterEvents" gulong : Read / Write "focusWindow" GdkWindow : Read / Write "fontSet" GXimFontSet : Read / Write "foreground" gulong : Read / Write "inputStyle" gulong : Read / Write "lineSpace" gulong : Read / Write "preeditAttributes" NESTEDLIST : Read / Write "preeditState" gulong : Read / Write "resetState" gulong : Read / Write "separatorofNestedList" SeparatorofNestedList : Read / Write "spotLocation" GXimPoint : Read / Write "statusAttributes" NESTEDLIST : Read / Write "stdColorMap" gulong : Read / Write
#define G_XIM_IM_ATTR(_o_) (G_TYPE_CHECK_INSTANCE_CAST ((_o_), G_TYPE_XIM_IM_ATTR, GXimIMAttr))
|
#define G_XIM_IM_ATTR_CLASS(_c_) (G_TYPE_CHECK_CLASS_CAST ((_c_), G_TYPE_XIM_IM_ATTR, GXimIMAttrClass))
|
#define G_IS_XIM_IM_ATTR(_o_) (G_TYPE_CHECK_INSTANCE_TYPE ((_o_), G_TYPE_XIM_IM_ATTR))
|
#define G_IS_XIM_IM_ATTR_CLASS(_c_) (G_TYPE_CHECK_CLASS_TYPE ((_c_), G_TYPE_XIM_IM_ATTR))
|
#define G_XIM_IM_ATTR_GET_CLASS(_o_) (G_TYPE_INSTANCE_GET_CLASS ((_o_), G_TYPE_XIM_IM_ATTR, GXimIMAttrClass))
|
#define G_XIM_IC_ATTR(_o_) (G_TYPE_CHECK_INSTANCE_CAST ((_o_), G_TYPE_XIM_IC_ATTR, GXimICAttr))
|
#define G_XIM_IC_ATTR_CLASS(_c_) (G_TYPE_CHECK_CLASS_CAST ((_c_), G_TYPE_XIM_IC_ATTR, GXimICAttrClass))
|
#define G_IS_XIM_IC_ATTR(_o_) (G_TYPE_CHECK_INSTANCE_TYPE ((_o_), G_TYPE_XIM_IC_ATTR))
|
#define G_IS_XIM_IC_ATTR_CLASS(_c_) (G_TYPE_CHECK_CLASS_TYPE ((_c_), G_TYPE_XIM_IC_ATTR))
|
#define G_XIM_IC_ATTR_GET_CLASS(_o_) (G_TYPE_INSTANCE_GET_CLASS ((_o_), G_TYPE_XIM_IC_ATTR, GXimICAttrClass))
|
GSList* g_xim_attr_get_supported_attributes (GXimAttr *attr);
|
|
Returns : |
guint g_xim_attr_get_n_supported_attributes (GXimAttr *attr);
|
|
Returns : |
gboolean g_xim_attr_attribute_is_enabled (GXimAttr *attr, const gchar *attribute_name);
|
|
|
|
Returns : |
gint g_xim_attr_get_attribute_id (GXimAttr *attr, const gchar *attribute_name);
|
|
|
|
Returns : |
gchar* g_xim_attr_get_attribute_name (GXimAttr *attr, gint attribute_id);
|
|
|
|
Returns : |
gpointer g_xim_attr_get_value_by_id (GXimAttr *attr, gint attribute_id);
|
|
|
|
Returns : |
gpointer g_xim_attr_get_value_by_name (GXimAttr *attr, const gchar *attribute_name);
|
|
|
|
Returns : |
GType g_xim_attr_get_gtype_by_id (GXimAttr *attr, gint attribute_id);
|
|
|
|
Returns : |
GType g_xim_attr_get_gtype_by_name (GXimAttr *attr, const gchar *attribute_name);
|
|
|
|
Returns : |
void g_xim_attr_set_raw_attr (GXimAttr *attr, GXimRawAttr *raw);
|
|
|
void g_xim_im_attr_set_input_styles (GXimIMAttr *attr, GXimStyles *style);
|
|
|
const GXimStyles* g_xim_im_attr_get_input_styles (GXimIMAttr *attr);
|
|
Returns : |