Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tile module: Add support for themed widgets #46870

Closed
wordtech mannequin opened this issue Apr 11, 2008 · 5 comments
Closed

Tile module: Add support for themed widgets #46870

wordtech mannequin opened this issue Apr 11, 2008 · 5 comments
Labels
stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement

Comments

@wordtech
Copy link
Mannequin

wordtech mannequin commented Apr 11, 2008

BPO 2618
Nosy @loewis
Superseder
  • bpo-2983: Ttk support for Tkinter
  • Files
  • Tile.py
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2008-06-09.00:58:24.846>
    created_at = <Date 2008-04-11.19:43:59.494>
    labels = ['expert-tkinter', 'type-feature', 'library']
    title = 'Tile module: Add support for themed widgets'
    updated_at = <Date 2008-06-09.00:58:24.808>
    user = 'https://bugs.python.org/wordtech'

    bugs.python.org fields:

    activity = <Date 2008-06-09.00:58:24.808>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-06-09.00:58:24.846>
    closer = 'benjamin.peterson'
    components = ['Library (Lib)', 'Tkinter']
    creation = <Date 2008-04-11.19:43:59.494>
    creator = 'wordtech'
    dependencies = []
    files = ['10010']
    hgrepos = []
    issue_num = 2618
    keywords = []
    message_count = 5.0
    messages = ['65367', '65369', '65378', '65381', '67855']
    nosy_count = 3.0
    nosy_names = ['loewis', 'wordtech', 'gpolo']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '2983'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2618'
    versions = ['Python 2.6']

    @wordtech
    Copy link
    Mannequin Author

    wordtech mannequin commented Apr 11, 2008

    The Tile module adds support for the platform-native themed widgets now
    available in Tk 8.5's core (ttk:: namespace in Tk terms). The module
    also supports the ttk:: namespace for Tk 8.4 if a separate Tk extension
    is installed. Adding this module to the core lib-tk library will make it
    simple for Tkinter developers to access the improved, modern widget set
    now available.

    The module was originally developed by Martin Franklin. I have updated
    and maintained it for the past two years. Martin Franklin has granted me
    permission to submit it for inclusion in the lib-tk core; documentation
    available on request.

    @wordtech wordtech mannequin added type-bug An unexpected behavior, bug, or error topic-tkinter labels Apr 11, 2008
    @gpolo
    Copy link
    Mannequin

    gpolo mannequin commented Apr 11, 2008

    Is this complete ? I see several methods with just a pass, where the
    docstring says it returns a dict, for example.

    @benjaminp benjaminp added stdlib Python modules in the Lib dir type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Apr 11, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Apr 11, 2008

    Kevin, is this all your code (the comment seems to suggest otherwise).

    Can all authors fill out contributor agreements?

    @wordtech
    Copy link
    Mannequin Author

    wordtech mannequin commented Apr 11, 2008

    No, it is not all my code. I will contact Martin Franklin about filling
    out contributors agreement.

    @wordtech
    Copy link
    Mannequin Author

    wordtech mannequin commented Jun 9, 2008

    I would like to close this feature request in favor of http://bugs.python.org/issue2983. That project achieves the same goal as
    this code submission in a more comprehensive, better-documented fashion.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant