search for: helpsubject

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

2004 Jun 09
1
Using macros
...) attr(ff, "source") <- c(deparse(mm), deparse(expr)) ## return the macro ff } OKCancelHelp <- defmacro(window=top, OKbutton=OKbutton, onOK=onOK, cancelButton=cancelButton, onCancel=onCancel, helpButton=helpButton, onHelp=onHelp, helpSubject, expr={ OKbutton <- tkbutton(window, text="OK", fg="darkgreen", width="12", command=onOK, default="active") onCancel <- function() { tkdestroy(top) } cancelButton <- tkbut...