22#% description: Changes the default GRASS graphical user interface (GUI) setting.
23#% keywords: general, gui
24#%End
25#%Option
26#% key: gui
27#% type: string
28#% required: yes
29#% multiple: no
30#% options: tcltk,oldtcltk,wxpython,text
31#% label: GUI type
32#% description: Default value: GRASS_GUI if defined otherwise tcltk
33#% descriptions: tcltk;Tcl/Tk based GUI - GIS Manager (gis.m);oldtcltk;Old Tcl/Tk based GUI - Display Manager (d.m);wxpython;wxPython based next generation GUI;text;command line interface only
34#%End
35
36# simple front end to g.gui to be used from within the GUI.