Skip to content

tkdnd does not work on children widgets #8

@zombieleet

Description

@zombieleet

i tried using tkdnd on a widget which is the child of a frame widget, but it does not work

package require tkdnd
frame .f
listbox .f.l

pack .f
pack .f.l

tkdnd::drop_target register .f.l *
bind .f.l <<Drop>> {put %D; return %A}

If i drag a file to the listbox widget not happen, i have also tried this on other widget and it does not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions