~ubuntu-branches/ubuntu/precise/gedit/precise

« back to all changes in this revision

Viewing changes to docs/reference/html/GeditFileChooserDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-04-14 16:41:13 UTC
  • mfrom: (1.1.78 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414164113-0xgl3u73pcs0ngbc
Tags: 2.30.0git20100413-0ubuntu1
* Updating to git snaptshot since 2.30.1 will be after lucid
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>GeditFileChooserDialog</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="gedit Reference Manual">
8
 
<link rel="up" href="ch01.html" title="gedit">
9
 
<link rel="prev" href="gedit-GeditEncodingsOptionMenu.html" title="GeditEncodingsOptionMenu">
10
 
<link rel="next" href="GeditMessageBus.html" title="GeditMessageBus">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="gedit">
14
 
</head>
15
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
17
 
<tr valign="middle">
18
 
<td><a accesskey="p" href="gedit-GeditEncodingsOptionMenu.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
 
<th width="100%" align="center">gedit Reference Manual</th>
22
 
<td><a accesskey="n" href="GeditMessageBus.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
 
</tr>
24
 
<tr><td colspan="5" class="shortcuts">
25
 
<a href="#GeditFileChooserDialog.synopsis" class="shortcut">Top</a>
26
 
                   | 
27
 
                  <a href="#GeditFileChooserDialog.description" class="shortcut">Description</a>
28
 
                   | 
29
 
                  <a href="#GeditFileChooserDialog.object-hierarchy" class="shortcut">Object Hierarchy</a>
30
 
                   | 
31
 
                  <a href="#GeditFileChooserDialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
32
 
</td></tr>
33
 
</table>
34
 
<div class="refentry" title="GeditFileChooserDialog">
35
 
<a name="GeditFileChooserDialog"></a><div class="titlepage"></div>
36
 
<div class="refnamediv"><table width="100%"><tr>
37
 
<td valign="top">
38
 
<h2><span class="refentrytitle"><a name="GeditFileChooserDialog.top_of_page"></a>GeditFileChooserDialog</span></h2>
39
 
<p>GeditFileChooserDialog</p>
40
 
</td>
41
 
<td valign="top" align="right"></td>
42
 
</tr></table></div>
43
 
<div class="refsynopsisdiv" title="Synopsis">
44
 
<a name="GeditFileChooserDialog.synopsis"></a><h2>Synopsis</h2>
45
 
<pre class="synopsis">                    <a class="link" href="GeditFileChooserDialog.html#GeditFileChooserDialogPrivate" title="GeditFileChooserDialogPrivate">GeditFileChooserDialogPrivate</a>;
46
 
                    <a class="link" href="GeditFileChooserDialog.html#GeditFileChooserDialog-struct" title="GeditFileChooserDialog">GeditFileChooserDialog</a>;
47
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GeditFileChooserDialog.html#gedit-file-chooser-dialog-new" title="gedit_file_chooser_dialog_new ()">gedit_file_chooser_dialog_new</a>       (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *title,
48
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="returnvalue">GtkWindow</span></a> *parent,
49
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="returnvalue">GtkFileChooserAction</span></a> action,
50
 
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding"><span class="returnvalue">GeditEncoding</span></a> *encoding,
51
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *first_button_text,
52
 
                                                         ...);
53
 
<span class="returnvalue">void</span>                <a class="link" href="GeditFileChooserDialog.html#gedit-file-chooser-dialog-set-encoding" title="gedit_file_chooser_dialog_set_encoding ()">gedit_file_chooser_dialog_set_encoding</a>
54
 
                                                        (<a class="link" href="GeditFileChooserDialog.html" title="GeditFileChooserDialog"><span class="returnvalue">GeditFileChooserDialog</span></a> *dialog,
55
 
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding"><span class="returnvalue">GeditEncoding</span></a> *encoding);
56
 
</pre>
57
 
</div>
58
 
<div class="refsect1" title="Object Hierarchy">
59
 
<a name="GeditFileChooserDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
 
<pre class="synopsis">
61
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
62
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
63
 
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
64
 
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
65
 
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
66
 
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
67
 
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html">GtkWindow</a>
68
 
                                       +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html">GtkDialog</a>
69
 
                                             +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooserDialog.html">GtkFileChooserDialog</a>
70
 
                                                   +----GeditFileChooserDialog
71
 
</pre>
72
 
</div>
73
 
<div class="refsect1" title="Implemented Interfaces">
74
 
<a name="GeditFileChooserDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
75
 
<p>
76
 
GeditFileChooserDialog implements
77
 
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html">GtkFileChooser</a>.</p>
78
 
</div>
79
 
<div class="refsect1" title="Description">
80
 
<a name="GeditFileChooserDialog.description"></a><h2>Description</h2>
81
 
<p>
82
 
</p>
83
 
</div>
84
 
<div class="refsect1" title="Details">
85
 
<a name="GeditFileChooserDialog.details"></a><h2>Details</h2>
86
 
<div class="refsect2" title="GeditFileChooserDialogPrivate">
87
 
<a name="GeditFileChooserDialogPrivate"></a><h3>GeditFileChooserDialogPrivate</h3>
88
 
<pre class="programlisting">typedef struct _GeditFileChooserDialogPrivate GeditFileChooserDialogPrivate;</pre>
89
 
<p>
90
 
</p>
91
 
</div>
92
 
<hr>
93
 
<div class="refsect2" title="GeditFileChooserDialog">
94
 
<a name="GeditFileChooserDialog-struct"></a><h3>GeditFileChooserDialog</h3>
95
 
<pre class="programlisting">typedef struct _GeditFileChooserDialog GeditFileChooserDialog;</pre>
96
 
<p>
97
 
</p>
98
 
</div>
99
 
<hr>
100
 
<div class="refsect2" title="gedit_file_chooser_dialog_new ()">
101
 
<a name="gedit-file-chooser-dialog-new"></a><h3>gedit_file_chooser_dialog_new ()</h3>
102
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gedit_file_chooser_dialog_new       (const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *title,
103
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"><span class="returnvalue">GtkWindow</span></a> *parent,
104
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="returnvalue">GtkFileChooserAction</span></a> action,
105
 
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding"><span class="returnvalue">GeditEncoding</span></a> *encoding,
106
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *first_button_text,
107
 
                                                         ...);</pre>
108
 
<p>
109
 
Creates a new <a class="link" href="GeditFileChooserDialog.html" title="GeditFileChooserDialog"><span class="type">GeditFileChooserDialog</span></a>.  This function is analogous to
110
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html#gtk-dialog-new-with-buttons"><code class="function">gtk_dialog_new_with_buttons()</code></a>.</p>
111
 
<div class="variablelist"><table border="0">
112
 
<col align="left" valign="top">
113
 
<tbody>
114
 
<tr>
115
 
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
116
 
<td> Title of the dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
117
 
</td>
118
 
</tr>
119
 
<tr>
120
 
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
121
 
<td> Transient parent of the dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
122
 
</td>
123
 
</tr>
124
 
<tr>
125
 
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
126
 
<td> Open or save mode for the dialog
127
 
</td>
128
 
</tr>
129
 
<tr>
130
 
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
131
 
<td>
132
 
</td>
133
 
</tr>
134
 
<tr>
135
 
<td><p><span class="term"><em class="parameter"><code>first_button_text</code></em> :</span></p></td>
136
 
<td> stock ID or text to go in the first button, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
137
 
</td>
138
 
</tr>
139
 
<tr>
140
 
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
141
 
<td> response ID for the first button, then additional (button, id) pairs, ending with <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
142
 
</td>
143
 
</tr>
144
 
<tr>
145
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
146
 
<td> a new <a class="link" href="GeditFileChooserDialog.html" title="GeditFileChooserDialog"><span class="type">GeditFileChooserDialog</span></a>
147
 
 
148
 
</td>
149
 
</tr>
150
 
</tbody>
151
 
</table></div>
152
 
</div>
153
 
<hr>
154
 
<div class="refsect2" title="gedit_file_chooser_dialog_set_encoding ()">
155
 
<a name="gedit-file-chooser-dialog-set-encoding"></a><h3>gedit_file_chooser_dialog_set_encoding ()</h3>
156
 
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_file_chooser_dialog_set_encoding
157
 
                                                        (<a class="link" href="GeditFileChooserDialog.html" title="GeditFileChooserDialog"><span class="returnvalue">GeditFileChooserDialog</span></a> *dialog,
158
 
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding"><span class="returnvalue">GeditEncoding</span></a> *encoding);</pre>
159
 
<p>
160
 
</p>
161
 
<div class="variablelist"><table border="0">
162
 
<col align="left" valign="top">
163
 
<tbody>
164
 
<tr>
165
 
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
166
 
<td>
167
 
</td>
168
 
</tr>
169
 
<tr>
170
 
<td><p><span class="term"><em class="parameter"><code>encoding</code></em> :</span></p></td>
171
 
<td>
172
 
</td>
173
 
</tr>
174
 
</tbody>
175
 
</table></div>
176
 
</div>
177
 
</div>
178
 
</div>
179
 
<div class="footer">
180
 
<hr>
181
 
          Generated by GTK-Doc V1.13</div>
182
 
</body>
183
 
</html>
 
 
b'\\ No newline at end of file'