aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-editobj
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.7Marcus Alves Grando2006-04-082-4/+4
| | | | | | | | PR: 95504 Submitted by: maintainer Notes: svn path=/head/; revision=159137
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Change COMMENT to reflect Porters Handbook (sect 5.6)Marcus Alves Grando2005-10-101-1/+1
| | | | | | | | Notified by: hq Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=144848
* Use %%PYTHON_SITELIBDIR%%Marcus Alves Grando2005-10-081-34/+34
| | | | Notes: svn path=/head/; revision=144618
* EditObj can create and display a Tkinter dialogMarcus Alves Grando2005-10-084-0/+81
box for editing any Python object (similarly to what Java call a Bean editor, but for Python object). EditObj is a usefull tool for writing (text or non-text) editors of all kinds, including GUI editor, 3D editor,... It also includes a Python console (thanks to Ka-Ping Yee). PR: 86937 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=144616