svn: /gtk/php-gtk-doc/trunk/manual/en/reference/gtk/ gtkfilechooserdialog.xml
[email protected] (Mark Skilbeck) Sun, 17 Oct 2010 19:10:14 +0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
--b6ae32c290db83620fda30974ec39be5a88ee74b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
markskilbeck Sun, 17 Oct 2010 19:10:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=304455
Log:
Adding constructor for GtkFileChooserDialog
Changed paths:
U gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml
Modified: gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml
===================================================================
--- gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml 2010-10-17 19:07:46 UTC (rev 304454)
+++ gtk/php-gtk-doc/trunk/manual/en/reference/gtk/gtkfilechooserdialog.xml 2010-10-17 19:10:14 UTC (rev 304455)
@@ -18,10 +18,61 @@
</para>
<para>
Note that the <classname>GtkFileChooserDialog</classname> has no
- methods of its own.
+ methods of its own other than its constructor.
</para>
</desc>
</classmeta>
+
+ <constructors>
+ <constructor id="gtk.gtkfilechooserdialog.constructor">
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef><function>GtkFileChooserDialog</function></funcdef>
+ <paramdef>
+ <classname>GtkAdjustment</classname>
+ <parameter>string <optional>title</optional></parameter>
+ </paramdef>
+ <paramdef>
+ <classname>GtkWindow</classname>
+ <parameter>
+ <optional>parent</optional>
+ </parameter>
+ </paramdef>
+ <paramdef>
+ <enumname>GtkFileChooserAction</enumname>
+ <parameter>
+ <optional>action</optional>
+ </parameter>
+ </paramdef>
+ <paramdef>
+ array
+ <parameter>
+ <optional>buttons (<classname>GtkButton</classname> button,
+ <enumname>GtkResponseType</enumname> response, ...)</optional>
+ </parameter>
+ </paramdef>
+ <paramdef>
+ string
+ <parameter>
+ <optional>backend</optional>
+ </parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <shortdesc>
+ Creates a new GtkFileChooserDialog.
+ <!-- FIXME: GtkDialog::new_with_buttons() needs making
+ This function is analogous to gtk_dialog_new_with_buttons().
+ -->
+ </shortdesc>
+ <desc>
+ <para>
+ Creates a GtkFileChooserDialog window to be used for functionality such as
+ opening and saving files.
+ </para>
+ </desc>
+ <!-- FIXME: Needs an example -->
+ </constructor>
+ </constructors>
- <!-- FIXME: constructor -->
</classentry>
--b6ae32c290db83620fda30974ec39be5a88ee74b--