~ubuntu-branches/ubuntu/lucid/gedit/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gedit-panel.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 23:48:52 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222234852-j17emhgwyobpiswf
Tags: 2.29.7-0ubuntu1
* New upstream version:
  - Many string fixes
  - Misc bugfixes
* debian/control.in:
  - updated gtksourceview and pygtksourceview requirements
  - Misc bugfixes
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
GeditPanel
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
 
<!-- ##### STRUCT GeditPanelPrivate ##### -->
23
 
<para>
24
 
 
25
 
</para>
26
 
 
27
 
 
28
 
<!-- ##### STRUCT GeditPanel ##### -->
29
 
<para>
30
 
 
31
 
</para>
32
 
 
33
 
 
34
 
<!-- ##### SIGNAL GeditPanel::close ##### -->
35
 
<para>
36
 
 
37
 
</para>
38
 
 
39
 
@geditpanel: the object which received the signal.
40
 
 
41
 
<!-- ##### SIGNAL GeditPanel::focus-document ##### -->
42
 
<para>
43
 
 
44
 
</para>
45
 
 
46
 
@geditpanel: the object which received the signal.
47
 
 
48
 
<!-- ##### SIGNAL GeditPanel::item-added ##### -->
49
 
<para>
50
 
 
51
 
</para>
52
 
 
53
 
@geditpanel: the object which received the signal.
54
 
@widget: 
55
 
 
56
 
<!-- ##### SIGNAL GeditPanel::item-removed ##### -->
57
 
<para>
58
 
 
59
 
</para>
60
 
 
61
 
@geditpanel: the object which received the signal.
62
 
@widget: 
63
 
 
64
 
<!-- ##### ARG GeditPanel:orientation ##### -->
65
 
<para>
66
 
 
67
 
</para>
68
 
 
69
 
<!-- ##### FUNCTION gedit_panel_new ##### -->
70
 
<para>
71
 
 
72
 
</para>
73
 
 
74
 
@orientation: 
75
 
@Returns: 
76
 
 
77
 
 
78
 
<!-- ##### FUNCTION gedit_panel_add_item ##### -->
79
 
<para>
80
 
 
81
 
</para>
82
 
 
83
 
@panel: 
84
 
@item: 
85
 
@name: 
86
 
@image: 
87
 
 
88
 
 
89
 
<!-- ##### FUNCTION gedit_panel_add_item_with_stock_icon ##### -->
90
 
<para>
91
 
 
92
 
</para>
93
 
 
94
 
@panel: 
95
 
@item: 
96
 
@name: 
97
 
@stock_id: 
98
 
 
99
 
 
100
 
<!-- ##### FUNCTION gedit_panel_remove_item ##### -->
101
 
<para>
102
 
 
103
 
</para>
104
 
 
105
 
@panel: 
106
 
@item: 
107
 
@Returns: 
108
 
 
109
 
 
110
 
<!-- ##### FUNCTION gedit_panel_activate_item ##### -->
111
 
<para>
112
 
 
113
 
</para>
114
 
 
115
 
@panel: 
116
 
@item: 
117
 
@Returns: 
118
 
 
119
 
 
120
 
<!-- ##### FUNCTION gedit_panel_item_is_active ##### -->
121
 
<para>
122
 
 
123
 
</para>
124
 
 
125
 
@panel: 
126
 
@item: 
127
 
@Returns: 
128
 
 
129
 
 
130
 
<!-- ##### FUNCTION gedit_panel_get_orientation ##### -->
131
 
<para>
132
 
 
133
 
</para>
134
 
 
135
 
@panel: 
136
 
@Returns: 
137
 
 
138
 
 
139
 
<!-- ##### FUNCTION gedit_panel_get_n_items ##### -->
140
 
<para>
141
 
 
142
 
</para>
143
 
 
144
 
@panel: 
145
 
@Returns: 
146
 
 
147