[issue1612746] Enhanced tabbed pane widget

2007-12-11 Thread Kurt B. Kaiser

Kurt B. Kaiser added the comment:

r59468
Thanks for the update!

--
status: open - closed

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-11-01 Thread Tal Einat

Tal Einat added the comment:

Updated patch as requested.

Most of the changes are cosmetic, except one minor bug (kw - **kw). I
added a few comments and doc-strings as well.


Consider removing tabpage.py, which is no longer used...

Added file: http://bugs.python.org/file8671/IDLE_tabbedpages.071101.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_

IDLE_tabbedpages.071101.patch
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Tal Einat

Tal Einat added the comment:

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!

Added file: http://bugs.python.org/file8650/IDLE_tabbedPages.071029.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_

IDLE_tabbedPages.071029.patch
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Tal Einat

Tal Einat added the comment:

Bah, sorry, included wrong version of tabbedPages.py in the previous patch.

(differences are very minor, just some code cleanup and one very minor bug)

Added file: http://bugs.python.org/file8653/IDLE_tabbedPages.071029.patch

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_

IDLE_tabbedPages.071029.patch
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Kurt B. Kaiser

Kurt B. Kaiser added the comment:

Prior to the 13:17:41 update:
r58710.
Minor formatting changes.

I figured you might have an update :-)  It's good to let these new 
modules 
age a bit :-)  Well, maybe not that long...

renamed tabbedPages.py - tabbedpages.py to conform to PEP 8.
Nicely done, thanks for the patch!

One comment: when multiple rows are created, the row order in the test 
widget, counting from the top, is 2341.  I expected 1234.

--
resolution: out of date - accepted

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-10-29 Thread Kurt B. Kaiser

Kurt B. Kaiser added the comment:

Well, I already checked it in.  Please synch to svn and send me an update 
against that.  Note that I renamed tabbedPages.py.

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1612746] Enhanced tabbed pane widget

2007-10-28 Thread Kurt B. Kaiser

Kurt B. Kaiser added the comment:

Can I ask you for an update? This no longer applies cleanly with the 
recent changes to configDialog.py, and I suspect you might have some 
further cleanup.

--
assignee:  - kbk
nosy: +kbk
resolution:  - out of date

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1612746
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com