Displaying 2 results from an estimated 2 matches for "frameoverall".
2008 Dec 22
1
newbie question on tcltk
...quot;2" buttons, i want it somehow separated from these two buttons, but i don't know how. I searched the web for some examples but my results were unsatisfactory.
Thank you and have a great day ahead.
#my code
library(tcltk)
rm(list=ls())
top <- tktoplevel(padx=70, pady=70)
frameOverall <- tkframe(top)
frameUpper <- tkframe(frameOverall,relief="groove",borderwidth=2)
back_but <- tkbutton (frameUpper, text = "BACK", width=20, height=1, default="active", overrelief="flat",anchor="w", borderwidth=4 )
tkgrid(frameUpper)
tk...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...and "2" buttons, i want it
somehow separated from these two buttons, but i don't know how. I searched
the web for some examples but my results were unsatisfactory.
Thank you and have a great day ahead.
#my code
library(tcltk)
rm(list=ls())
top <- tktoplevel(padx=70, pady=70)
frameOverall <- tkframe(top)
frameUpper <- tkframe(frameOverall,relief="groove",borderwidth=2)
back_but <- tkbutton (frameUpper, text = "BACK", width=20, height=1,
default="active", overrelief="flat",anchor="w", borderwidth=4 )
tkgrid(frameUpper)
tk...