Skip to content

Commit

Permalink
Investigating #414
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisteach committed Mar 17, 2018
1 parent f0ed8a7 commit 30fd536
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/issues/issue414.py
@@ -0,0 +1,11 @@
import sys
sys.path.append("../../")

from appJar import gui

with gui() as app:
app.label('hello world')
app.entry('data1', label='AAA:')
app.entry('data2', label='AAA:')
app.entry('data3', label='AAA:')
app.addLabelEntry('AAA:')

0 comments on commit 30fd536

Please sign in to comment.