diff --git a/doc/ChangeLog b/doc/ChangeLog index f12129b1d..0d73f5d3b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-07-25 Duncan Mak + * en/Gtk/DestDefaults.xml: more documentation from + Jonathan Kessler . + * en/Gtk/TreeViewColumnSizing.xml: added documentation from Jonathan Kessler . diff --git a/doc/en/Gtk/DestDefaults.xml b/doc/en/Gtk/DestDefaults.xml index 6a5ffa024..42575d35d 100644 --- a/doc/en/Gtk/DestDefaults.xml +++ b/doc/en/Gtk/DestDefaults.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,8 +9,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + An enumeration to specify the various courses of action that + will be taken on behalf of the user for a destination site of a + drag and drop operation. + + System.Enum @@ -40,8 +44,12 @@ - To be added - To be added + + If set for a widget, during a drag, Gtk+ will check if the + drag matches this widget's list of possible targets and + actions. + + @@ -52,8 +60,12 @@ - To be added - To be added + + If set for a widget, Gtk+ will draw a highlight on this + widget as long as a drag is over this widget and the widget + drag format and action are acceptable. + + @@ -64,8 +76,23 @@ - To be added - To be added + + If set for a widget when a drop occurs, Gtk+ will check if + the drag matches this widget's list of possible targets and + call on behalf of the + widget. + + + + If set for a widget when a drop occurs, Gtk+ will check if + the drag matches this widget's list of possible targets + and actions. If so, Gtk+ will call on behalf of the + widget. Whether or not the drop is successful, Gtk+ will + call . If the drag was + successful, then true will be passed for the del parameter + to . + + @@ -76,8 +103,8 @@ - To be added - To be added + If set, specifies that all default actions should be taken. +