~ubuntu-branches/ubuntu/natty/eog/natty

« back to all changes in this revision

Viewing changes to doc/reference/html/eog-eog-properties-dialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-22 22:40:44 UTC
  • mfrom: (1.14.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622224044-dwxx7h6hl0n0b0lk
Tags: 2.30.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="User Interface">
9
9
<link rel="prev" href="ch01.html" title="User Interface">
10
10
<link rel="next" href="eog-eog-list-store.html" title="EogListStore">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
43
43
<a name="eog-eog-properties-dialog.synopsis"></a><h2>Synopsis</h2>
44
44
<a name="EogPropertiesDialog"></a><pre class="synopsis">enum                <a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialogPage" title="enum EogPropertiesDialogPage">EogPropertiesDialogPage</a>;
45
45
                    <a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog-struct" title="EogPropertiesDialog">EogPropertiesDialog</a>;
46
 
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="eog-eog-properties-dialog.html#eog-properties-dialog-new" title="eog_properties_dialog_new ()">eog_properties_dialog_new</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
 
46
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           <a class="link" href="eog-eog-properties-dialog.html#eog-properties-dialog-new" title="eog_properties_dialog_new ()">eog_properties_dialog_new</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
47
47
                                                         <em class="parameter"><code><a class="link" href="eog-eog-thumb-view.html#EogThumbView"><span class="type">EogThumbView</span></a> *thumbview</code></em>,
48
48
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkAction.html"><span class="type">GtkAction</span></a> *next_image_action</code></em>,
49
49
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkAction.html"><span class="type">GtkAction</span></a> *previous_image_action</code></em>);
56
56
<div class="refsect1" title="Object Hierarchy">
57
57
<a name="eog-eog-properties-dialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
58
<pre class="synopsis">
59
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
59
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
60
60
   +----<a class="link" href="EogDialog.html" title="EogDialog">EogDialog</a>
61
61
         +----EogPropertiesDialog
62
62
</pre>
64
64
<div class="refsect1" title="Properties">
65
65
<a name="eog-eog-properties-dialog.properties"></a><h2>Properties</h2>
66
66
<pre class="synopsis">
67
 
  "<a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog--netbook-mode" title='The "netbook-mode" property'>netbook-mode</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
67
  "<a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog--netbook-mode" title='The "netbook-mode" property'>netbook-mode</a>"             <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
68
68
  "<a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog--thumbview" title='The "thumbview" property'>thumbview</a>"                <a class="link" href="eog-eog-thumb-view.html#EogThumbView"><span class="type">EogThumbView</span></a>*         : Read / Write / Construct Only
69
69
</pre>
70
70
</div>
97
97
<hr>
98
98
<div class="refsect2" title="eog_properties_dialog_new ()">
99
99
<a name="eog-properties-dialog-new"></a><h3>eog_properties_dialog_new ()</h3>
100
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           eog_properties_dialog_new           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
 
100
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> *           eog_properties_dialog_new           (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
101
101
                                                         <em class="parameter"><code><a class="link" href="eog-eog-thumb-view.html#EogThumbView"><span class="type">EogThumbView</span></a> *thumbview</code></em>,
102
102
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkAction.html"><span class="type">GtkAction</span></a> *next_image_action</code></em>,
103
103
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkAction.html"><span class="type">GtkAction</span></a> *previous_image_action</code></em>);</pre>
185
185
<a name="eog-eog-properties-dialog.property-details"></a><h2>Property Details</h2>
186
186
<div class="refsect2" title='The "netbook-mode" property'>
187
187
<a name="EogPropertiesDialog--netbook-mode"></a><h3>The <code class="literal">"netbook-mode"</code> property</h3>
188
 
<pre class="programlisting">  "netbook-mode"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
188
<pre class="programlisting">  "netbook-mode"             <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
189
189
<p>Netbook Mode.</p>
190
190
<p>Default value: FALSE</p>
191
191
</div>
199
199
</div>
200
200
<div class="footer">
201
201
<hr>
202
 
          Generated by GTK-Doc V1.14</div>
 
202
          Generated by GTK-Doc V1.15</div>
203
203
</body>
204
204
</html>
 
 
b'\\ No newline at end of file'