~ubuntu-branches/ubuntu/saucy/nautilus-python/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<refentry id="class-nautilus-python-property-page">
  <refnamediv>
    <refname>Nautilus.PropertyPage</refname>
    <refpurpose>Nautilus.PropertyPage Reference</refpurpose>
  </refnamediv>

<!-- ******************************* -->
<!-- BEGIN OF NAUTILUS-PYTHON SYNOPSIS -->
<!-- ******************************* -->

  <refsect1>
    <title>Synopsis</title>

    <classsynopsis language="python">
        <ooclass><classname>Nautilus.PropertyPage</classname></ooclass>
        <ooclass><classname><link linkend="class-gobject">gobject.GObject</link></classname></ooclass>

        <constructorsynopsis language="python">
            <methodname><link linkend="constructor-nautilus-property-page">Nautilus.PropertyPage</link></methodname>
            <methodparam><parameter role="keyword">name</parameter></methodparam>
            <methodparam><parameter role="keyword">label</parameter></methodparam>
            <methodparam><parameter role="keyword">page</parameter></methodparam>
        </constructorsynopsis>
    </classsynopsis>
  </refsect1>

<!-- ********************************* -->
<!-- BEGIN OF ANCESTRY -->
<!-- ********************************* -->

<refsect1>
    <title>Ancestry</title>

<synopsis>+-- <link linkend="class-gobject">gobject.GObject</link>
    +-- <link linkend="class-nautilus-python-property-page">Nautilus.PropertyPage</link>
</synopsis>
</refsect1>


<!-- ********************************** -->
<!-- BEGIN OF DESCRIPTION -->
<!-- ********************************** -->

  <refsect1 id="description-property-page">
    <title>Description</title>

      <para>
        A <link linkend="class-nautilus-python-property-page"><classname>Nautilus.PropertyPage</classname></link> object is returned by <link linkend="class-nautilus-python-property-page-provider"><classname>Nautilus.PropertyPageProvider</classname></link> extensions.
      </para>

  </refsect1>


<!-- *********************************** -->
<!-- BEGIN OF PROPERTIES -->
<!-- *********************************** -->

<refsect1>
    <title>Properties</title>

    <blockquote role="properties">
      <informaltable pgwide="1" frame="none">
      <tgroup cols="3">
        <colspec column="1" colwidth="1in"/>
        <colspec column="2" colwidth="1in"/>
        <colspec column="3" colwidth="4in"/>
          <tbody>
      
            <row valign="top">
              <entry>"label"</entry>
              <entry>The label widget displayed in the notebook tab.</entry>
              <entry>Read-Write</entry>
            </row>
      
            <row valign="top">
              <entry>"name"</entry>
              <entry>The name of the page.  Default value: None</entry>
              <entry>Read-Write-ConstructOnly</entry>
            </row>
      
            <row valign="top">
              <entry>"page"</entry>
              <entry>The property page widget</entry>
              <entry>Read-Write</entry>
            </row>

          </tbody>
        </tgroup>
      </informaltable>
    </blockquote>
</refsect1>


<!-- ************************************ -->
<!-- BEGIN OF CONSTRUCTOR -->
<!-- ************************************ -->

<refsect1 id="constructor-nautilus-property-page">
  <title>Constructor</title>

  <programlisting><constructorsynopsis language="python">
        <methodname>Nautilus.PropertyPage</methodname>
        <methodparam><parameter role="keyword">name</parameter></methodparam>
        <methodparam><parameter role="keyword">label</parameter></methodparam>
        <methodparam><parameter role="keyword">page</parameter></methodparam>
  </constructorsynopsis></programlisting>
    
  <variablelist>
    <varlistentry>
	    <term><parameter role="keyword">name</parameter>&nbsp;:</term>
	    <listitem><simpara>identifier of the property page</simpara></listitem>
    </varlistentry>
    <varlistentry>
	    <term><parameter role="keyword">label</parameter>&nbsp;:</term>
	    <listitem><simpara>the user-visible label for the property page</simpara></listitem>
    </varlistentry>
    <varlistentry>
	    <term><parameter role="keyword">page</parameter>&nbsp;:</term>
	    <listitem><simpara>the property page widget</simpara></listitem>
    </varlistentry>
  </variablelist>

  <para>
    Creates a new <link linkend="class-nautilus-python-property-page"><classname>Nautilus.PropertyPage</classname></link> object.
  </para>
</refsect1>



</refentry>