|
From: Petr M. <mi...@ph...> - 2006-04-18 20:06:57
|
> Also MOUSE_* (one of which is a string var) Most of them are floats. > But yes, I agree there should be a single prefix reserved, > or at worst a small number of them. > > Shall we say GPVAL_* ? > Anything is OK with me, really. > > I'm also agreeable to changing MOUSE_X to GPVAL_MOUSE_X and so on, > although the mouse variables were already in version 4.0 under > their current names so it could break existing scripts. I propose to call those accessing gnuplot internals by GPVAL_ Proposals: floats: GPVAL_XMIN, GPVAL_YMIN, ... strings: GPVAL_TERM, GPVAL_TERMOPTIONS Those MOUSE_ should be kept -- they are results of an action (mouse click/hotkey), thus no gnuplot internal settings. And renames are bad things, anyway. --- PM |