Displaying 1 result from an estimated 1 matches for "namelbl".
Did you mean:
iamelel
2012 Aug 07
0
Trying to build up a user interface with the R tcltk package
...d in "smalltst.tcl", which, by the
way displays a simple tk window when run from tclsh, is as follows:
#! /usr/bin/tclsh
package require Tk
ttk::frame .c -padding "3 3 12 12"
ttk::frame .c.f -borderwidth 5 -relief sunken -width 200 -height 100
ttk::label .c.namelbl -text Name
grid .c -column 0 -row 0 -sticky nsew
grid .c.f -column 0 -row 0 -columnspan 3 -rowspan 2 -sticky nsew
grid .c.namelbl -column 3 -row 0 -columnspan 2 -sticky nw -padx 5
Do you have any comments on this?
Thanks,
--Sergio.
--
View this message in context: http://r.789695...