This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients kbk, taleinat
Date 2007-10-29.13:04:09
SpamBayes Score 0.055407662
Marked as misclassified No
Message-id <1193663051.2.0.243403674228.issue1612746@psf.upfronthosting.co.za>
In-reply-to
Content
Update, as requested.

After the recent configDialog.py changes, very little changes to it are
required.

I've included a much updated version of tabbedPages.py in this patch.
Since posting the original patch, I've discovered and fixed a few bugs,
implemented a 3d look for the tabs, and cleaned up the code. This
version has also been tested more thoroughly.

Also, this version very nicely supports tabbed panes with more than one
row of tabs. However you can't see this with configDialog.py, you'll
have to use the test code to check it out (just add several new pages
and then play around with them). I've used this feature in implementing
the extension config dialog, where every extension gets its own tab. I
hope I can finally get to posting a patch for it...

Enjoy!
Files
File name Uploaded
IDLE_tabbedPages.071029.patch taleinat, 2007-10-29.13:04:10
History
Date User Action Args
2007-10-29 13:04:11taleinatsetspambayes_score: 0.0554077 -> 0.055407662
recipients: + taleinat, kbk
2007-10-29 13:04:11taleinatsetspambayes_score: 0.0554077 -> 0.0554077
messageid: <1193663051.2.0.243403674228.issue1612746@psf.upfronthosting.co.za>
2007-10-29 13:04:11taleinatlinkissue1612746 messages
2007-10-29 13:04:10taleinatcreate