Pārlūkot izejas kodu

wxGUI: add todo: caller cannot suppress GUI for a module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68395 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 gadi atpakaļ
vecāks
revīzija
e611d9aa1c
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      gui/wxpython/core/gconsole.py

+ 2 - 0
gui/wxpython/core/gconsole.py

@@ -441,6 +441,8 @@ class GConsole(wx.EvtHandler):
         .. todo::
         .. todo::
             Solve problem with the other event (now uses gOutputText
             Solve problem with the other event (now uses gOutputText
             event but there is no text, use onPrepare handler instead?)
             event but there is no text, use onPrepare handler instead?)
+        .. todo::
+            Skip interface is ignored and determined always automatically.
 
 
         Posts event EVT_IGNORED_CMD_RUN when command which should be ignored
         Posts event EVT_IGNORED_CMD_RUN when command which should be ignored
         (according to ignoredCmdPattern) is run.
         (according to ignoredCmdPattern) is run.