This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author louis-martin
Recipients louis-martin
Date 2018-04-08.18:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523211690.52.0.682650639539.issue33241@psf.upfronthosting.co.za>
In-reply-to
Content
Tested with :

from appJar import gui

with gui() as app:
    app.label('hello world', tip="help me")
    app.addLabel("l1", "text")
    app.setLabelTooltip("l1", "more help")
History
Date User Action Args
2018-04-08 18:21:30louis-martinsetrecipients: + louis-martin
2018-04-08 18:21:30louis-martinsetmessageid: <1523211690.52.0.682650639539.issue33241@psf.upfronthosting.co.za>
2018-04-08 18:21:30louis-martinlinkissue33241 messages
2018-04-08 18:21:30louis-martincreate