Remove unneded template: gtkimcontext.sgml
This commit is contained in:
parent
9dc0e7460e
commit
5f7433a644
1
docs/reference/gtk/tmpl/.gitignore
vendored
1
docs/reference/gtk/tmpl/.gitignore
vendored
@ -36,6 +36,7 @@ gtkhbox.sgml
|
|||||||
gtkhpaned.sgml
|
gtkhpaned.sgml
|
||||||
gtkiconview.sgml
|
gtkiconview.sgml
|
||||||
gtkimagemenuitem.sgml
|
gtkimagemenuitem.sgml
|
||||||
|
gtkimcontext.sgml
|
||||||
gtkimcontextsimple.sgml
|
gtkimcontextsimple.sgml
|
||||||
gtkimmulticontext.sgml
|
gtkimmulticontext.sgml
|
||||||
gtkinvisible.sgml
|
gtkinvisible.sgml
|
||||||
|
@ -1,213 +0,0 @@
|
|||||||
<!-- ##### SECTION Title ##### -->
|
|
||||||
GtkIMContext
|
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### SECTION Stability_Level ##### -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION Image ##### -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkIMContext ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::delete-surrounding ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
@arg1:
|
|
||||||
@arg2:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::preedit-changed ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::preedit-end ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::preedit-start ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIMContext::retrieve-surrounding ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@imcontext: the object which received the signal.
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkIMContextClass ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@preedit_start:
|
|
||||||
@preedit_end:
|
|
||||||
@preedit_changed:
|
|
||||||
@commit:
|
|
||||||
@retrieve_surrounding:
|
|
||||||
@delete_surrounding:
|
|
||||||
@set_client_window:
|
|
||||||
@get_preedit_string:
|
|
||||||
@filter_keypress:
|
|
||||||
@focus_in:
|
|
||||||
@focus_out:
|
|
||||||
@reset:
|
|
||||||
@set_cursor_location:
|
|
||||||
@set_use_preedit:
|
|
||||||
@set_surrounding:
|
|
||||||
@get_surrounding:
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkIMContextInfo ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context_id:
|
|
||||||
@context_name:
|
|
||||||
@domain:
|
|
||||||
@domain_dirname:
|
|
||||||
@default_locales:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_set_client_window ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@window:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_get_preedit_string ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@str:
|
|
||||||
@attrs:
|
|
||||||
@cursor_pos:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_filter_keypress ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@event:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_focus_in ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_focus_out ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_reset ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_set_cursor_location ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@area:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_set_use_preedit ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@use_preedit:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_set_surrounding ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@text:
|
|
||||||
@len:
|
|
||||||
@cursor_index:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_get_surrounding ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@text:
|
|
||||||
@cursor_index:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_im_context_delete_surrounding ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@context:
|
|
||||||
@offset:
|
|
||||||
@n_chars:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user