[gtkmm-documentation] TreeView DnD section: Drag-and-drop available since gtk 4.8.0



commit cc001cf6dce92bf470024a4229ffb8774e366482
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Sep 13 11:09:32 2022 +0200

    TreeView DnD section: Drag-and-drop available since gtk 4.8.0

 docs/tutorial/C/index-in.docbook | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/docs/tutorial/C/index-in.docbook b/docs/tutorial/C/index-in.docbook
index e17fe37..e5b01a2 100644
--- a/docs/tutorial/C/index-in.docbook
+++ b/docs/tutorial/C/index-in.docbook
@@ -2822,18 +2822,10 @@ treeview.set_model(sorted_model);</programlisting>
 <section xml:id="sec-treeview-draganddrop">
 <title>Drag and Drop</title>
 
-<note>
-  <para>
-  At the time of writing (July 2022) drag-and-drop in <classname>Gtk::TreeView</classname>s
-  does not work. See the
-  <link xlink:href="https://gitlab.gnome.org/GNOME/gtk/-/issues/3649";>gtk#3649 issue</link>
-  for the latest info.
-  </para>
-</note>
 <para>
 <classname>Gtk::TreeView</classname> already implements simple drag-and-drop
 when used with the <classname>Gtk::ListStore</classname> or
-<classname>Gtk::TreeStore</classname> models. If necessary, it also allows you
+<classname>Gtk::TreeStore</classname> models (since gtk 4.8.0). If necessary, it also allows you
 to implement more complex behaviour when items are dragged and dropped, using
 the normal <link linkend="chapter-draganddrop">Drag and Drop</link> API.
 </para>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]