Displaying 1 result from an estimated 1 matches for "fontheading3".
Did you mean:
fontheading
2008 Jun 16
0
Display a jpeg inside a widget which already has text
...xamples/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")
tkgrid(tklabel(tt,height=2,width=50, text=""))
tkgrid(tklabel(tt,text="&q...