:right-sidebar: True TreeViewDropPosition =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: TreeViewDropPosition :no-contents-entry: An enum for determining where a dropped row goes. Fields ------ .. rst-class:: interim-class .. class:: TreeViewDropPosition :no-index: .. attribute:: AFTER Dropped row is inserted after .. attribute:: BEFORE Dropped row is inserted before .. attribute:: INTO_OR_AFTER Dropped row becomes a child or is inserted after .. attribute:: INTO_OR_BEFORE Dropped row becomes a child or is inserted before