1234567891011121314151617181920212223242526272829303132333435(**************************************************************************)(* *)(* SPDX-License-Identifier LGPL-2.1 *)(* Copyright (C) *)(* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *)(* *)(**************************************************************************)includePlugin.Register(structletname="GUI"letshortname="gui"lethelp="Graphical User Interface"end)moduleConfig_dir=Config_dir()let()=Parameter_customize.do_not_projectify()moduleProject_name=Empty_string(structletoption_name="-gui-project"letarg_name="p"lethelp="run the GUI on project <p> after applying the \
command line actions (by default, it is run on the default project"end)(* Used mainly for debugging purposes. No need to show it to the user *)let()=Parameter_customize.is_invisible()moduleUndo=True(structletoption_name="-gui-undo"lethelp="possible to click on the `undo' button (set by default)"end)