From 5b4fed971abfa17829c57555d75dba0cf3f08e7c Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 9 Dec 2005 23:26:10 +0000 Subject: [PATCH] 2.8 new enum type docs svn path=/trunk/gtk-sharp/; revision=54178 --- doc/en/Gtk/FileChooserConfirmation.xml | 52 ++++++++++++++++ doc/en/Gtk/IconViewDropPosition.xml | 82 ++++++++++++++++++++++++++ doc/en/Gtk/PackDirection.xml | 62 +++++++++++++++++++ 3 files changed, 196 insertions(+) create mode 100644 doc/en/Gtk/FileChooserConfirmation.xml create mode 100644 doc/en/Gtk/IconViewDropPosition.xml create mode 100644 doc/en/Gtk/PackDirection.xml diff --git a/doc/en/Gtk/FileChooserConfirmation.xml b/doc/en/Gtk/FileChooserConfirmation.xml new file mode 100644 index 000000000..55f1ae96a --- /dev/null +++ b/doc/en/Gtk/FileChooserConfirmation.xml @@ -0,0 +1,52 @@ + + + + gtk-sharp + 2.8.0.0 + + + System.Enum + + + + GLib.GType(WrapperType=typeof(Gtk.FileChooserConfirmationGType)) + + + + + + Field + + Gtk.FileChooserConfirmation + + + Accepts the filename. + + + + + Field + + Gtk.FileChooserConfirmation + + + Requires re-selection. + + + + + Field + + Gtk.FileChooserConfirmation + + + Requests built-in confirmation code. + + + + + File Chooser Confirmation results. + + + + diff --git a/doc/en/Gtk/IconViewDropPosition.xml b/doc/en/Gtk/IconViewDropPosition.xml new file mode 100644 index 000000000..4e7306b06 --- /dev/null +++ b/doc/en/Gtk/IconViewDropPosition.xml @@ -0,0 +1,82 @@ + + + + gtk-sharp + 2.8.0.0 + + + System.Enum + + + + GLib.GType(WrapperType=typeof(Gtk.IconViewDropPositionGType)) + + + + + + Field + + Gtk.IconViewDropPosition + + + Drops above the item. + + + + + Field + + Gtk.IconViewDropPosition + + + Drops below the item. + + + + + Field + + Gtk.IconViewDropPosition + + + Drop to the left of the item. + + + + + Field + + Gtk.IconViewDropPosition + + + No drops allowed. + + + + + Field + + Gtk.IconViewDropPosition + + + Drops to the right of the item. + + + + + Field + + Gtk.IconViewDropPosition + + + Drops into the item. + + + + + IconView Drop locations. + + + + diff --git a/doc/en/Gtk/PackDirection.xml b/doc/en/Gtk/PackDirection.xml new file mode 100644 index 000000000..e041e0a49 --- /dev/null +++ b/doc/en/Gtk/PackDirection.xml @@ -0,0 +1,62 @@ + + + + gtk-sharp + 2.8.0.0 + + + System.Enum + + + + GLib.GType(WrapperType=typeof(Gtk.PackDirectionGType)) + + + + + + Field + + Gtk.PackDirection + + + Top to bottom. + + + + + Field + + Gtk.PackDirection + + + Bottom to top. + + + + + Field + + Gtk.PackDirection + + + Right to left. + + + + + Field + + Gtk.PackDirection + + + Left to right. + + + + + Menu Item packing directions. + + + +