From decd4837fede6c4ade1950605c0852f618a41b36 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 Jul 2014 20:59:57 +0000 Subject: [PATCH] Add ToDo for gui entry points git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 3cc2ef82..06aa296d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -170,3 +170,4 @@ other dev stuff args string of the remaining function or method definition like for those that do not have overloads. For example, see Window.GetClientSize + * Check gui_scripts entry points.