[Patches] [ python-Patches-1522587 ] Tix.Grid patch

SourceForge.net noreply at sourceforge.net
Fri Jul 14 16:23:29 CEST 2006


Patches item #1522587, was opened at 2006-07-14 16:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522587&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: klappnase (klappnase)
Assigned to: Martin v. Löwis (loewis)
Summary: Tix.Grid patch

Initial Comment:
This patch fixes some issues with the newly added
Tix.Grid widget:
- fixed entrycget() and entryconfigure()
- fixed typo in yview_moveto()
- replaced self with self._w in function calls
- changed xview() and yview() to accept parameters, as
in Tkinter
- added _dummyGrid class and fixed the ScrolledGrid
- added a few useful constants

-added methods:
    - anchor_clear()
    - anchor_set()
    - bdtype()
    - dragsite_set(), _get() and _clear() and
corresponding dropsite_() methods
    - edit_apply() and edit_set()
    - format_border() and format_grid()
    - geometryinfo()
    - index()
    - move_row() and move_column()
    - selection_set(), _get(). _clear(), _toggle() and
_includes()
    - size_row() and size_column()
    - sort_row() and sort_column()
    - unset()

I also added some (hopefully useful) docstrings.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522587&group_id=5470


More information about the Patches mailing list