Displaying 2 results from an estimated 2 matches for "frameupper".
2008 Dec 22
1
newbie question on tcltk
...omehow 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)
tkgrid(frameOverall)
tkpack (fra...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...t 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)
tkgrid(frameOverall)
tkpack (fra...