R/image.button.R

image.button <-
function(level,title.help,text.help, bgcol = "#008e8d",image = NULL ,fgcol = "white",size = 1,bf = "normal"){
 	tkbutton(level,image = image, compound  = "right",command = function(){help.tk(title.help,text.help)}) 
 	}

Try the cRacker package in your browser

Any scripts or data that you put into this service are public.

cRacker documentation built on May 2, 2019, 4:53 p.m.