powered by
GetBitmapImage(type)
tclObj
tkimage.create
image.obj <- GetBitmapImage("left") tt <- tktoplevel(padx = 50, pady = 50) button <- ttkbutton(tt, width = 2, image = image.obj) tkpack(button)
Run the code above in your browser using DataLab