Home
last modified time | relevance | path

Searched refs:disableWXPlots (Results 1 – 1 of 1) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdl.cpp424 std::string disableWXPlots=GetEnvString("GDL_DISABLE_WX_PLOTS"); in main() local
425 if ( disableWXPlots.length() > 0) useWxWidgetsForGraphics=false; //not necessary "YES". in main()