From 0597d49f62f4087907456d92b671e69b9560e073 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 8 Oct 2005 22:47:43 +0000 Subject: EditObj can create and display a Tkinter dialog 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 --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') diff --git a/graphics/Makefile b/graphics/Makefile index dcbb25b98451..29893f15ad07 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -462,6 +462,7 @@ SUBDIR += py-cairo SUBDIR += py-cgkit SUBDIR += py-chart + SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-freeimagepy SUBDIR += py-gd -- cgit v1.2.3