~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkimcontextsimple.sgml

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
GtkIMContextSimple
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
An input method context supporting table-based input methods
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### STRUCT GtkIMContextSimple ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
 
29
 
<!-- ##### FUNCTION gtk_im_context_simple_new ##### -->
30
 
<para>
31
 
 
32
 
</para>
33
 
 
34
 
@void: 
35
 
@Returns: 
36
 
 
37
 
 
38
 
<!-- ##### FUNCTION gtk_im_context_simple_add_table ##### -->
39
 
<para>
40
 
 
41
 
</para>
42
 
 
43
 
@context_simple: 
44
 
@data: 
45
 
@max_seq_len: 
46
 
@n_seqs: 
47
 
 
48
 
 
49
 
<!-- ##### MACRO GTK_MAX_COMPOSE_LEN ##### -->
50
 
<para>
51
 
The maximum length of sequences in compose tables.
52
 
</para>
53
 
 
54
 
 
55