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

« back to all changes in this revision

Viewing changes to doc/reference/html/EogDialog.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="EogExifDetails.html" title="EogExifDetails">
10
10
<link rel="next" href="EogSidebar.html" title="EogSidebar">
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="EogDialog.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">                    <a class="link" href="EogDialog.html#EogDialog-struct" title="EogDialog">EogDialog</a>;
45
45
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-construct" title="eog_dialog_construct ()">eog_dialog_construct</a>                (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
46
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *glade_file</code></em>,
47
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);
 
46
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *glade_file</code></em>,
 
47
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);
48
48
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-show" title="eog_dialog_show ()">eog_dialog_show</a>                     (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>);
49
49
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-hide" title="eog_dialog_hide ()">eog_dialog_hide</a>                     (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-get-controls" title="eog_dialog_get_controls ()">eog_dialog_get_controls</a>             (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
51
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
 
51
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
52
52
                                                         <em class="parameter"><code>...</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1" title="Object Hierarchy">
56
56
<a name="EogDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
58
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
   +----EogDialog
60
60
         +----<a class="link" href="EogPreferencesDialog.html" title="EogPreferencesDialog">EogPreferencesDialog</a>
61
61
         +----<a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog">EogPropertiesDialog</a>
84
84
<div class="refsect2" title="eog_dialog_construct ()">
85
85
<a name="eog-dialog-construct"></a><h3>eog_dialog_construct ()</h3>
86
86
<pre class="programlisting"><span class="returnvalue">void</span>                eog_dialog_construct                (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
87
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *glade_file</code></em>,
88
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);</pre>
 
87
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *glade_file</code></em>,
 
88
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);</pre>
89
89
<p>
90
90
</p>
91
91
<div class="variablelist"><table border="0">
143
143
<div class="refsect2" title="eog_dialog_get_controls ()">
144
144
<a name="eog-dialog-get-controls"></a><h3>eog_dialog_get_controls ()</h3>
145
145
<pre class="programlisting"><span class="returnvalue">void</span>                eog_dialog_get_controls             (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
146
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
 
146
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
147
147
                                                         <em class="parameter"><code>...</code></em>);</pre>
148
148
<p>
149
149
</p>
180
180
</div>
181
181
<div class="footer">
182
182
<hr>
183
 
          Generated by GTK-Doc V1.14</div>
 
183
          Generated by GTK-Doc V1.15</div>
184
184
</body>
185
185
</html>
 
 
b'\\ No newline at end of file'