Xwt.GtkBackend.TreeViewBackend.OnSetDragSource C# (CSharp) Method

OnSetDragSource() protected method

protected OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void
modifierType Gdk
table Gtk
actions Gdk
return void
        protected override void OnSetDragSource(Gdk.ModifierType modifierType, Gtk.TargetEntry[] table, Gdk.DragAction actions)
        {
            base.OnSetDragSource (modifierType, table, actions);
            Widget.EnableModelDragSource (modifierType, table, actions);
        }