Browse Source

Stub file for wxPython interface for r.li.setup. Opinions welcome.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40933 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anne Ghisla 15 years ago
parent
commit
896198bfbe
1 changed files with 36 additions and 0 deletions
  1. 36 0
      gui/wxpython/gui_modules/r_li_setup_GUI.py

+ 36 - 0
gui/wxpython/gui_modules/r_li_setup_GUI.py

@@ -0,0 +1,36 @@
+"""
+MODULE:    r_li_setup_GUI.py
+
+AUTHOR(S): Anne Ghisla <a.ghisla AT gmail.com>
+
+PURPOSE:   Dedicated GUI for r.li.setup, translated and reshaped from original TclTk.
+
+DEPENDS:   []
+
+COPYRIGHT: (C) 2010 by the GRASS Development Team
+
+This program is free software under the GNU General Public
+License (>=v2). Read the file COPYING that comes with GRASS
+for details.
+"""
+# bulk import from location_wizard.py. 
+import os
+import shutil
+import re
+import string
+import sys
+import locale
+import platform
+
+import wx
+import wx.lib.mixins.listctrl as listmix
+import wx.wizard as wiz
+import wx.lib.scrolledpanel as scrolled
+import time
+
+import gcmd
+import globalvar
+import utils
+from grass.script import core as grass
+
+#@TODO create wizard instead of progressively increasing window