org.gnu.gtk
public interface TreeViewColumnDrop
Method Summary | |
---|---|
boolean | allowColumnDrop(TreeView treeView, TreeViewColumn column, TreeViewColumn prevColumn, TreeViewColumn nextColumn)
Determins whether column can be dropped in a particular spot (as
determined by prevColumn and nextColumn). |
Parameters: treeView A TreeView column The TreeViewColumn being dragged prevColumn A TreeViewColumn on one side of column nextColumn A TreeViewColumn on the other side of column
Returns: TRUE, if column can be dropped in this spot