Skip to content

Commit

Permalink
Testing dnd in simple functions #101 #235
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisteach committed Nov 21, 2017
1 parent c144d1a commit 9532bac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/issues/issue101.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@

with gui("DnD Demo") as app:
app.label("title", "Hello World", drop=True)
app.setLabelDragSource("title")
app.entry("data", drop=True)
app.text("data", drop=True)
app.image("data", "img2.gif", drop=True)
app.message("data", drop=True)
app.list("data", drop=True)

0 comments on commit 9532bac

Please sign in to comment.