class interface CMD_HELLOBUTTON

creation
   make (p: G)
      --  Create.


feature(s) from GUI_COMMAND
   execute
      --  Command



end of CMD_HELLOBUTTON