in reply to Re: Looking for a standalone separator for Perl/Tk
in thread Looking for a standalone separator for Perl/Tk
and all of the little details would automatically be taken care of. :) I suppose I could look at writing such a thing. Hmm, maybe I could steal some code from the Menubar or PanedWindow widgets since they have something like that already and make it its own widget.use Tk::Separator; $mw->Separator(-orient => 'horizonal')->pack(); # -or- $mw->Separator(-orient => 'vertical')->pack();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Looking for a standalone separator for Perl/Tk
by tybalt89 (Monsignor) on Mar 24, 2017 at 19:57 UTC | |
by kbrannen (Beadle) on Mar 24, 2017 at 22:56 UTC |