Add gtkimcontextsimple.
Fri Oct 19 15:44:52 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk-docs.sgml: Add gtkimcontextsimple.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 15:44:52 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am gtk/gtk-sections.txt gtk/gtk-docs.sgml:
|
||||
Add gtkimcontextsimple.
|
||||
|
||||
2001-10-19 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* gtk/gtk-docs.sgml: Switch to DocBook 4.1 (for the PNG notation).
|
||||
|
||||
@ -29,7 +29,6 @@ IGNORE_HFILES= \
|
||||
gtkdebug.h \
|
||||
gtkhsv.h \
|
||||
gtkimmodule.h \
|
||||
gtkimcontextsimple.h \
|
||||
gtkintl.h \
|
||||
gtkmarshal.h \
|
||||
gtkprivate.h \
|
||||
|
||||
@ -401,6 +401,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
|
||||
&GtkEventBox;
|
||||
&GtkHandleBox;
|
||||
&GtkIMContext;
|
||||
&GtkIMContextSimple;
|
||||
&GtkIMMulticontext;
|
||||
&GtkSizeGroup;
|
||||
&GtkTooltips;
|
||||
|
||||
@ -1110,6 +1110,22 @@ GTK_IS_IM_CONTEXT_CLASS
|
||||
GTK_IM_CONTEXT_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkimcontextsimple</FILE>
|
||||
<TITLE>GtkIMContextSimple</TITLE>
|
||||
GtkIMContextSimple
|
||||
gtk_im_context_simple_new
|
||||
gtk_im_context_simple_add_table
|
||||
<SUBSECTION Standard>
|
||||
GTK_IM_CONTEXT_SIMPLE
|
||||
GTK_IS_IM_CONTEXT_SIMPLE
|
||||
GTK_TYPE_IM_CONTEXT_SIMPLE
|
||||
gtk_im_context_simple_get_type
|
||||
GTK_IM_CONTEXT_SIMPLE_CLASS
|
||||
GTK_IS_IM_CONTEXT_SIMPLE_CLASS
|
||||
GTK_IM_CONTEXT_SIMPLE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkimmulticontext</FILE>
|
||||
<TITLE>GtkIMMulticontext</TITLE>
|
||||
|
||||
41
docs/reference/gtk/tmpl/gtkimcontextsimple.sgml
Normal file
41
docs/reference/gtk/tmpl/gtkimcontextsimple.sgml
Normal file
@ -0,0 +1,41 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkIMContextSimple
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkIMContextSimple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_simple_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_im_context_simple_add_table ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context_simple:
|
||||
@data:
|
||||
@max_seq_len:
|
||||
@n_seqs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user