yyqdian has asked for the wisdom of the Perl Monks concerning the following question:
================================================use Tkx; Tkx::wm_title(".", "Feet to Meters"); Tkx::ttk__frame(".c", -padding => "3 3 12 12"); Tkx::grid( ".c", -column => 0, -row => 0, -sticky => "nwes"); Tkx::grid_columnconfigure( ".", 0, -weight => 1); Tkx::grid_rowconfigure(".", 0, -weight => 1); Tkx::ttk__treeview(".c.tree"); Tkx::grid( ".c.tree", -column => 1, -row =>3, -sticky => "w");
The question is how the content is displayed in treeview above?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Who can give an example of Tkx :: ttk__treeview to me? ( Object Style)
by Anonymous Monk on Jan 29, 2014 at 23:59 UTC | |
by bulk88 (Priest) on Jan 30, 2014 at 00:28 UTC | |
by Anonymous Monk on Jan 30, 2014 at 01:23 UTC | |
by zentara (Cardinal) on Jan 30, 2014 at 13:28 UTC | |
by bulk88 (Priest) on Feb 01, 2014 at 05:12 UTC | |
by Anonymous Monk on Feb 01, 2014 at 07:54 UTC |