search for: loadutton

Displaying 1 result from an estimated 1 matches for "loadutton".

2013 Feb 14
0
Building a Package & using gWidgets
...on <- gbutton("Write Settings to File",cont=mainwin, handler= function(h,...){ setfilename <- ginput("Please enter the filename") save(INPUT, file=setfilename) }) loadutton <- gbutton("Load Settings from File", cont=mainwin, handler=function(h,...){ fname <- gfile(test="Choose a file", type="open", action="print"...