~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GtkComboBoxText
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
 
 
19
<!-- ##### SECTION Stability_Level ##### -->
 
20
 
 
21
 
 
22
<!-- ##### SECTION Image ##### -->
 
23
 
 
24
 
 
25
<!-- ##### STRUCT GtkComboBoxText ##### -->
 
26
<para>
 
27
 
 
28
</para>
 
29
 
 
30
 
 
31
<!-- ##### FUNCTION gtk_combo_box_text_new ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
@void: 
 
37
@Returns: 
 
38
 
 
39
 
 
40
<!-- ##### FUNCTION gtk_combo_box_text_new_with_entry ##### -->
 
41
<para>
 
42
 
 
43
</para>
 
44
 
 
45
@void: 
 
46
@Returns: 
 
47
 
 
48
 
 
49
<!-- ##### FUNCTION gtk_combo_box_text_append_text ##### -->
 
50
<para>
 
51
 
 
52
</para>
 
53
 
 
54
@combo_box: 
 
55
@text: 
 
56
 
 
57
 
 
58
<!-- ##### FUNCTION gtk_combo_box_text_insert_text ##### -->
 
59
<para>
 
60
 
 
61
</para>
 
62
 
 
63
@combo_box: 
 
64
@position: 
 
65
@text: 
 
66
 
 
67
 
 
68
<!-- ##### FUNCTION gtk_combo_box_text_prepend_text ##### -->
 
69
<para>
 
70
 
 
71
</para>
 
72
 
 
73
@combo_box: 
 
74
@text: 
 
75
 
 
76
 
 
77
<!-- ##### FUNCTION gtk_combo_box_text_remove ##### -->
 
78
<para>
 
79
 
 
80
</para>
 
81
 
 
82
@combo_box: 
 
83
@position: 
 
84
 
 
85
 
 
86
<!-- ##### FUNCTION gtk_combo_box_text_get_active_text ##### -->
 
87
<para>
 
88
 
 
89
</para>
 
90
 
 
91
@combo_box: 
 
92
@Returns: 
 
93
 
 
94