~gdesklets-desklet-team/gdesklets/0.36

« back to all changes in this revision

Viewing changes to doc/book/dsp-tag-embed.xml

  • Committer: Robert Pastierovic
  • Date: 2007-10-07 10:08:42 UTC
  • Revision ID: pastierovic@gmail.com-20071007100842-fdvp2vzmqgh1j87k
merged 0.3x branch and basic documentation and some other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<section id="dsp-tag-embed" xmlns:xi="http://www.w3.org/2001/XInclude">
 
2
  <title>&lt;embed&gt;</title>
 
3
 
 
4
  <para>This element embeds Bonobo controls. That way it is possible to put
 
5
    GNOME panel applets into a desklet.</para>
 
6
 
 
7
  <note>
 
8
    <para>This element is in an experimental state and Bonobo is becoming a
 
9
      deprecated technology on the
 
10
      <application>GNOME Desktop and Developer Platform</application>.</para>
 
11
  </note>
 
12
 
 
13
 
 
14
  <section><title>Attributes</title>
 
15
 
 
16
    <informaltable frame="topbot">
 
17
    <tgroup>
 
18
 
 
19
    <thead>
 
20
      <row>
 
21
        <entry>Name</entry>
 
22
        <entry>Type</entry>
 
23
        <entry>Default Value</entry>
 
24
        <entry>Description</entry>
 
25
      </row>
 
26
    </thead>
 
27
 
 
28
    <tbody>
 
29
      <row>
 
30
        <entry valign="top">oafiid</entry>
 
31
        <entry valign="top">string</entry>
 
32
        <entry valign="top"></entry>
 
33
        <entry valign="top">OAFIID of the Bonobo control that you want to
 
34
          embed. Consult the Bonobo documentation for details.</entry>
 
35
      </row>
 
36
    </tbody>
 
37
 
 
38
    </tgroup>
 
39
    </informaltable>
 
40
 
 
41
  </section>
 
42
 
 
43
 
 
44
 
 
45
  <section><title>Examples</title>
 
46
 
 
47
    <para>Since this element is deprecated we don't provide an exmple.</para>
 
48
 
 
49
  </section>
 
50
 
 
51
</section>