GRASS Programmer's Manual
6.4.2(2012)
|
Variables | |
tuple | iconPath = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass") |
tuple | iconPathVDigit = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass", "edit") |
dictionary | iconSet |
Original GRASS icon set from old TCL/TK GUI
tuple icons.grass_icons.iconPath = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass") |
Definition at line 9 of file grass_icons.py.
tuple icons.grass_icons.iconPathVDigit = os.path.join(globalvar.ETCDIR, "gui", "icons", "grass", "edit") |
Definition at line 10 of file grass_icons.py.
dictionary icons.grass_icons.iconSet |
Definition at line 12 of file grass_icons.py.