mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
50ab749f4b
2000-02-02 Damon Chaplin <damon@karuna.freeserve.co.uk> * gdk/tmpl/*.sgml: ran make templates. * gdk/gdk-docs.sgml: rearranged sections. * gdk/tmpl/events.sgml: documented. * gdk/tmpl/general.sgml: documented. * gdk/tmpl/rgb.sgml: fixed a few '@' -> '#'. * gdk/gdk-sections.txt: rearranged a few bits, including moving GdkWChar and related functions from the input method section to the font section, and GdkCapStyle etc. from Drawing Primitives to GCs. * gdk/tmpl/images.sgml: documented. * gdk/tmpl/drawing.sgml: updated. * gdk/tmpl/regions.sgml: updated. * gdk/tmpl/input_contexts.sgml: documented. * gdk/tmpl/input_methods.sgml: documented. * gdk/tmpl/selections.sgml: changed xref to a link since Jade says a xref to a RefEntry is not supported.
244 lines
8.1 KiB
Plaintext
244 lines
8.1 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
Input Contexts
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
internationalized text input properties.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A #GdkIC input context is used for each user interface element which supports
|
|
internationalized text input. See the
|
|
<link linkend="gdk-Input-Methods">Input Methods</link> section for an overview
|
|
of how internationalized text input works in GTK+.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GdkIC ##### -->
|
|
<para>
|
|
The #GdkIC struct is an opaque structure representing an input context
|
|
for use with the global <link linkend="gdk-Input-Methods">Input Method</link>.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_new ##### -->
|
|
<para>
|
|
Creates a new #GdkIC using the given attributes.
|
|
</para>
|
|
|
|
@attr: a #GdkICAttr struct containing attributes to use for the input context.
|
|
@mask: a #GdkICAttributesType mask specifying which of the attributes in @attr
|
|
are set.
|
|
@Returns: a new #GdkIC.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_destroy ##### -->
|
|
<para>
|
|
Destroys the input context.
|
|
</para>
|
|
|
|
@ic: a #GdkIC.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_get_events ##### -->
|
|
<para>
|
|
Returns the mask of events that the input method needs to function properly.
|
|
This is typically called in a widget's realize method after creating the
|
|
#GdkIC. The returned event mask is then combined with the widget's
|
|
own event mask and applied using gdk_window_set_events().
|
|
</para>
|
|
|
|
@ic: a #GdkIC.
|
|
@Returns: the mask of events that the input method needs to function
|
|
properly.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_get_style ##### -->
|
|
<para>
|
|
Returns the pre-edit and status style of the #GdkIC.
|
|
</para>
|
|
|
|
@ic: a #GdkIC.
|
|
@Returns: the pre-edit and status style of the #GdkIC.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_get_attr ##### -->
|
|
<para>
|
|
Gets attributes of a #GdkIC.
|
|
</para>
|
|
|
|
@ic: a #GdkIC.
|
|
@attr: a #GdkICAttr struct to contain the returned attributes.
|
|
@mask: a #GdkICAttributesType mask specifying which attributes to get.
|
|
@Returns: a #GdkICAttributesType mask specifying which of the attributes
|
|
were not retrieved succesfully.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_set_attr ##### -->
|
|
<para>
|
|
Sets attributes of the #GdkIC.
|
|
</para>
|
|
<para>
|
|
Note that the GDK_IC_STYLE and GDK_IC_CLIENT_WINDOW attributes can only be set
|
|
when creating the #GdkIC, and the GDK_IC_FILTER_EVENTS attribute is read-only.
|
|
</para>
|
|
|
|
@ic: a #GdkIC.
|
|
@attr: a #GdkICAttr struct containing attributes to use for the input context.
|
|
@mask: a #GdkICAttributesType mask specifying which of the attributes in @attr
|
|
are set.
|
|
@Returns: a #GdkICAttributesType mask indicating which of the attributes
|
|
were not set successfully.
|
|
|
|
|
|
<!-- ##### STRUCT GdkICAttr ##### -->
|
|
<para>
|
|
The #GdkICAttr struct is used when getting and setting attributes of the
|
|
input context. It is used together with a #GdkICAttributesType mask which
|
|
specifies which of the fields are being set or returned.
|
|
</para>
|
|
|
|
@style: the pre-edit and status style. This attribute is required when
|
|
creating the #GdkIC, and cannot be changed.
|
|
@client_window: the #GdkWindow in which the input method will display its
|
|
pre-edit and status areas or create subwindows.
|
|
The preedit_area and status_area attributes are specified relative to this
|
|
window. This attribute is required when creating the #GdkIC, and cannot be
|
|
changed.
|
|
@focus_window: the #GdkWindow which is to be used when editing text.
|
|
gdk_im_begin() sets this attribute before starting the text input process,
|
|
so it is normally not necessary to set it elsewhere.
|
|
@filter_events: the mask of events that the input method requires.
|
|
See the gdk_ic_get_events() function. This attribute is read-only and is
|
|
never changed.
|
|
@spot_location: the position of the insertion cursor, for use with the
|
|
%GDK_IM_PREEDIT_POSITION style. The y coordinate specifies the baseline of
|
|
the text.
|
|
@line_spacing: the line spacing to be used in the pre-edit and status areas
|
|
when displaying multi-line text.
|
|
@cursor: the cursor to use in the input method's windows.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@preedit_fontset: the font to use for the pre-edit area.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@preedit_area: the area in which the input method will display pre-editing
|
|
data, used for the %GDK_IM_PREEDIT_POSITION and %GDK_IM_PREEDIT_AREA styles.
|
|
@preedit_area_needed: the area that the input method requests for displaying
|
|
pre-editing data, used for the %GDK_IM_PREEDIT_POSITION and
|
|
%GDK_IM_PREEDIT_AREA styles.
|
|
@preedit_foreground: the foreground color to use for the pre-edit area.
|
|
This color must already be allocated in the preedit_colormap.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@preedit_background: the background color to use for the pre-edit area.
|
|
This color must already be allocated in the preedit_colormap.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@preedit_pixmap: the background pixmap to use for the pre-edit area.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@preedit_colormap: the colormap the input method should use to allocate colors.
|
|
The default value is the colormap of client_window.
|
|
@status_fontset: the font to use for the status area.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@status_area: the are that the input method will display status information in.
|
|
This is used for the %GDK_IM_STATUS_AREA style.
|
|
@status_area_needed: the size that the input method requests for displaying
|
|
status information, for the %GDK_IM_STATUS_AREA style.
|
|
@status_foreground: the foreground color to use for the status area.
|
|
This color must already be allocated in the status_colormap.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@status_background: the background color to use for the status area.
|
|
This color must already be allocated in the status_colormap.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@status_pixmap: the background pixmap to use for the status area.
|
|
If this attribute isn't set it is determined by the input method.
|
|
@status_colormap: the colormap the input method should use to allocate colors.
|
|
The default value is the colormap of client_window.
|
|
|
|
<!-- ##### ENUM GdkICAttributesType ##### -->
|
|
<para>
|
|
The #GdkICAttributesType contains a set of bit-flags which are used to
|
|
specify which of the attributes in a #GdkICAttr are being set or returned.
|
|
</para>
|
|
<para>
|
|
It also contains several combinations of the flags which specify required
|
|
attributes for the various styles:
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>%GDK_IC_ALL_REQ:</term>
|
|
<listitem><para>
|
|
the set of attributes required for all styles.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>%GDK_IC_PREEDIT_AREA_REQ:</term>
|
|
<listitem><para>
|
|
the set of additional attributes required for the
|
|
%GDK_IM_PREEDIT_AREA pre-edit style.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>%GDK_IC_PREEDIT_POSITION_REQ:</term>
|
|
<listitem><para>
|
|
the set of additional attributes required for the
|
|
%GDK_IM_PREEDIT_POSITION pre-edit style.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>%GDK_IC_STATUS_AREA_REQ:</term>
|
|
<listitem><para>
|
|
the set of additional attributes required for the
|
|
%GDK_IM_STATUS_AREA status style.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
|
|
@GDK_IC_STYLE:
|
|
@GDK_IC_CLIENT_WINDOW:
|
|
@GDK_IC_FOCUS_WINDOW:
|
|
@GDK_IC_FILTER_EVENTS:
|
|
@GDK_IC_SPOT_LOCATION:
|
|
@GDK_IC_LINE_SPACING:
|
|
@GDK_IC_CURSOR:
|
|
@GDK_IC_PREEDIT_FONTSET:
|
|
@GDK_IC_PREEDIT_AREA:
|
|
@GDK_IC_PREEDIT_AREA_NEEDED:
|
|
@GDK_IC_PREEDIT_FOREGROUND:
|
|
@GDK_IC_PREEDIT_BACKGROUND:
|
|
@GDK_IC_PREEDIT_PIXMAP:
|
|
@GDK_IC_PREEDIT_COLORMAP:
|
|
@GDK_IC_STATUS_FONTSET:
|
|
@GDK_IC_STATUS_AREA:
|
|
@GDK_IC_STATUS_AREA_NEEDED:
|
|
@GDK_IC_STATUS_FOREGROUND:
|
|
@GDK_IC_STATUS_BACKGROUND:
|
|
@GDK_IC_STATUS_PIXMAP:
|
|
@GDK_IC_STATUS_COLORMAP:
|
|
@GDK_IC_ALL_REQ:
|
|
@GDK_IC_PREEDIT_AREA_REQ:
|
|
@GDK_IC_PREEDIT_POSITION_REQ:
|
|
@GDK_IC_STATUS_AREA_REQ:
|
|
|
|
<!-- ##### FUNCTION gdk_ic_attr_new ##### -->
|
|
<para>
|
|
Creates a new #GdkICAttr struct, with all fields set to 0.
|
|
The #GdkICAttr struct should be freed with gdk_ic_attr_destroy() when no
|
|
longer needed.
|
|
</para>
|
|
|
|
@Returns: a new #GdkICAttr struct.
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_ic_attr_destroy ##### -->
|
|
<para>
|
|
Destroys the given #GdkICAttr struct, freeing the allocated memory.
|
|
</para>
|
|
|
|
@attr: a #GdkICAttr struct.
|
|
|
|
|