Displaying 1 result from an estimated 1 matches for "fontheading2".
Did you mean:
fontheading
2008 Jun 16
0
Display a jpeg inside a widget which already has text
...a widget I have created.
I have used this link
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/showImage.html to
display a jpeg inside a newly created widget but would like some info on how
to insert into a pre existing widget.
This is my code below for my first widget.
tt<-tktoplevel()
fontHeading2 <- tkfont.create(family="arial",size=16, slant="italic")
fontHeading3 <- tkfont.create(family="arial",size=12)
fontTextLabel <- tkfont.create(family="arial",size=12)
fontlabel <- tkfont.create(family="arial",size=10,weight="bold&quo...