~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/panel-object.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<gconfschemafile>
3
 
 
4
 
  <schemalist>    
5
 
 
6
 
    <!-- Applies to all object types -->
7
 
 
8
 
    <schema>
9
 
      <key>/schemas/apps/panel/objects/object_type</key>
10
 
      <owner>panel</owner>
11
 
      <type>string</type>
12
 
      <default>menu-object</default>
13
 
      <locale name="C">
14
 
        <short>Panel object type</short>
15
 
        <long>
16
 
          The type of this panel object. Possible values are
17
 
          "drawer-object", "menu-object", "launcher-object",
18
 
          "bonobo-applet", "action-applet" and "menu-bar".
19
 
        </long>
20
 
      </locale>
21
 
    </schema>
22
 
   
23
 
    <schema>
24
 
      <key>/schemas/apps/panel/objects/toplevel_id</key>
25
 
      <owner>panel</owner>
26
 
      <type>string</type>
27
 
      <default></default>
28
 
      <locale name="C">
29
 
        <short>Toplevel panel containing object</short>
30
 
        <long>
31
 
          The identifier of the toplevel panel which contains this object.
32
 
        </long>
33
 
      </locale>
34
 
    </schema>
35
 
 
36
 
    <schema>
37
 
      <key>/schemas/apps/panel/objects/position</key>
38
 
      <owner>panel</owner>
39
 
      <type>int</type>
40
 
      <default>0</default>
41
 
      <locale name="C">
42
 
        <short>Object's position on the panel</short>
43
 
        <long>
44
 
          The position of this panel object. The position is specified
45
 
          by the number of pixels from the left (or top if vertical)
46
 
          panel edge.
47
 
        </long>
48
 
      </locale>
49
 
    </schema>
50
 
 
51
 
    <schema>
52
 
      <key>/schemas/apps/panel/objects/panel_right_stick</key>
53
 
      <owner>panel</owner>
54
 
      <type>bool</type>
55
 
      <default>false</default>
56
 
      <locale name="C">
57
 
        <short>Interpret position relative to bottom/right edge</short>
58
 
        <long>
59
 
          If true, the position of the object is interpreted relative
60
 
          to the right (or bottom if vertical) edge of the panel.
61
 
        </long>
62
 
      </locale>
63
 
    </schema>
64
 
 
65
 
    <schema>
66
 
      <key>/schemas/apps/panel/objects/locked</key>
67
 
      <owner>panel</owner>
68
 
      <type>bool</type>
69
 
      <default>false</default>
70
 
      <locale name="C">
71
 
        <short>Lock the object to the panel</short>
72
 
        <long>
73
 
          If true, the user may not move the applet without first unlocking
74
 
          the object using the "Unlock" menuitem.
75
 
        </long>
76
 
      </locale>
77
 
    </schema>
78
 
 
79
 
 
80
 
    <!-- Applies to applets -->
81
 
 
82
 
    <schema>
83
 
      <key>/schemas/apps/panel/objects/bonobo_iid</key>
84
 
      <owner>panel</owner>
85
 
      <type>string</type>
86
 
      <default></default>
87
 
      <locale name="C">
88
 
        <short>Applet Bonobo IID</short>
89
 
        <long>
90
 
          This key is deprecated, following the migration to a new library for
91
 
          applets. The Bonobo implementation ID of the applet - e.g.
92
 
          "OAFIID:GNOME_ClockApplet". This key is only relevant if the
93
 
          object_type key is "bonobo-applet".
94
 
        </long>
95
 
      </locale>
96
 
    </schema>
97
 
 
98
 
    <schema>
99
 
      <key>/schemas/apps/panel/objects/applet_iid</key>
100
 
      <owner>panel</owner>
101
 
      <type>string</type>
102
 
      <default></default>
103
 
      <locale name="C">
104
 
        <short>Applet IID</short>
105
 
        <long>
106
 
          The implementation ID of the applet - e.g.
107
 
          "ClockAppletFactory::ClockApplet". This key is only
108
 
          relevant if the object_type key is "bonobo-applet".
109
 
        </long>
110
 
      </locale>
111
 
    </schema>
112
 
 
113
 
    <!-- Applies to drawers -->
114
 
 
115
 
    <schema>
116
 
      <key>/schemas/apps/panel/objects/attached_toplevel_id</key>
117
 
      <owner>panel</owner>
118
 
      <type>string</type>
119
 
      <default></default>
120
 
      <locale name="C">
121
 
        <short>Panel attached to drawer</short>
122
 
        <long>
123
 
          The identifier of the panel attached to this drawer. This
124
 
          key is only relevant if the object_type key is "drawer-object".
125
 
        </long>
126
 
      </locale>
127
 
    </schema>
128
 
 
129
 
    <schema>
130
 
      <key>/schemas/apps/panel/objects/tooltip</key>
131
 
      <owner>panel</owner>
132
 
      <type>string</type>
133
 
      <default></default>
134
 
      <locale name="C">
135
 
        <short>Tooltip displayed for drawer or menu</short>
136
 
        <long>
137
 
          The text to display in a tooltip for this drawer or this menu. This
138
 
          key is only relevant if the object_type key is "drawer-object" or
139
 
          "menu-object".
140
 
        </long>
141
 
      </locale>
142
 
    </schema>
143
 
 
144
 
    <!-- Applies to drawers and menu buttons -->
145
 
 
146
 
    <schema>
147
 
      <key>/schemas/apps/panel/objects/use_custom_icon</key>
148
 
      <owner>panel</owner>
149
 
      <type>bool</type>
150
 
      <default>false</default>
151
 
      <locale name="C">
152
 
        <short>Use custom icon for object's button</short>
153
 
        <long>
154
 
          If true, the custom_icon key is used as a custom icon for
155
 
          the button. If false, the custom_icon key is ignored.
156
 
          This key is only relevant if the object_type key is
157
 
          "menu-object" or "drawer-object".
158
 
        </long>
159
 
      </locale>
160
 
    </schema>
161
 
 
162
 
    <schema>
163
 
      <key>/schemas/apps/panel/objects/custom_icon</key>
164
 
      <owner>panel</owner>
165
 
      <type>string</type>
166
 
      <default></default>
167
 
      <locale name="C">
168
 
        <short>Icon used for object's button</short>
169
 
        <long>
170
 
          The location of the image file used as the icon for the
171
 
          object's button. This key is only relevant if the
172
 
          object_type key is "drawer-object" or "menu-object" and
173
 
          the use_custom_icon key is true.
174
 
        </long>
175
 
      </locale>
176
 
    </schema>
177
 
 
178
 
    <!-- Applies to menu buttons -->
179
 
 
180
 
    <schema>
181
 
      <key>/schemas/apps/panel/objects/use_menu_path</key>
182
 
      <owner>panel</owner>
183
 
      <type>bool</type>
184
 
      <default>false</default>
185
 
      <locale name="C">
186
 
        <short>Use custom path for menu contents</short>
187
 
        <long>
188
 
          If true, the menu_path key is used as the path from which
189
 
          the menu contents should be constructed. If false, the
190
 
          menu_path key is ignored. This key is only relevant
191
 
          if the object_type key is "menu-object".
192
 
        </long>
193
 
      </locale>
194
 
    </schema>
195
 
 
196
 
    <schema>
197
 
      <key>/schemas/apps/panel/objects/menu_path</key>
198
 
      <owner>panel</owner>
199
 
      <type>string</type>
200
 
      <default>applications:/</default>
201
 
      <locale name="C">
202
 
        <short>Menu content path</short>
203
 
        <long>
204
 
          The path from which the menu contents is contructed. This
205
 
          key is only relevant if the use_menu_path key is true and
206
 
          the object_type key is "menu-object".
207
 
        </long>
208
 
      </locale>
209
 
    </schema>
210
 
 
211
 
    <!-- Applies to launchers -->
212
 
 
213
 
    <schema>
214
 
      <key>/schemas/apps/panel/objects/launcher_location</key>
215
 
      <owner>panel</owner>
216
 
      <type>string</type>
217
 
      <default></default>
218
 
      <locale name="C">
219
 
        <short>Launcher location</short>
220
 
        <long>
221
 
          The location of the .desktop file describing the launcher.
222
 
          This key is only relevant if the object_type key is
223
 
          "launcher-object".
224
 
        </long>
225
 
      </locale>
226
 
    </schema>
227
 
 
228
 
    <!-- Applies to action buttons -->
229
 
 
230
 
    <schema>
231
 
      <key>/schemas/apps/panel/objects/action_type</key>
232
 
      <owner>panel</owner>
233
 
      <type>string</type>
234
 
      <default>lock</default>
235
 
      <locale name="C">
236
 
        <short>Action button type</short>
237
 
        <long>
238
 
          The action type this button represents. Possible values are
239
 
          "lock", "logout", "run", "search" and "screenshot". This
240
 
          key is only relevant if the object_type key is "action-applet".
241
 
        </long>
242
 
      </locale>
243
 
    </schema>
244
 
         
245
 
  </schemalist>
246
 
  
247
 
</gconfschemafile>