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

« back to all changes in this revision

Viewing changes to data/org.gnome.gnome-panel.object.gschema.xml.in.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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
 
2
  <schema id="org.gnome.gnome-panel.object">
 
3
    <key name="object-iid" type="s">
 
4
      <default>''</default>
 
5
      <_summary>Object IID</_summary>
 
6
      <_description>The implementation ID of the object - e.g. "ClockAppletFactory::ClockApplet".</_description>
 
7
    </key>
 
8
    <key name="toplevel-id" type="s">
 
9
      <default>''</default>
 
10
      <_summary>Toplevel panel containing object</_summary>
 
11
      <_description>The identifier of the toplevel panel which contains this object.</_description>
 
12
    </key>
 
13
    <key name="pack-type" enum="org.gnome.gnome-panel.PanelObjectPackType">
 
14
      <default>'start'</default>
 
15
      <_summary>Interpret position relative to bottom/right edge</_summary>
 
16
      <_description>If set to 'end', the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel.</_description>
 
17
    </key>
 
18
    <key name="pack-index" type="i">
 
19
      <default>0</default>
 
20
      <_summary>Object's position on the panel</_summary>
 
21
      <_description>The position of this panel object. The position is specified by the number of pixels from the left (or top if vertical) panel edge.</_description>
 
22
    </key>
 
23
  </schema>
 
24
</schemalist>