Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8032079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:17:12+00:00 2026-06-05T01:17:12+00:00

I am trying to access the label of a button in Tkinter, when the

  • 0

I am trying to access the label of a button in Tkinter, when the button is pressed. This involves returning a reference to the target button pressed.

Currently, as I have to input arguments, this is done by binding the command option to the lambda function i.e.

button['command'] = lambda: fun_to_call(arg)

Is there any way to return the instance? I have checked the TKDocs and it does not cover. Also, I have tried using a separate list of strings instead to get the label. However, it only returns the last element of the list (I believe this is due to the lambda function not binding the specific element to the list when creating the button instance. I have previously used this list to generate the list of buttons.)

In short, an event-based function bound to the button which returns its parent (the button being pressed).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T01:17:15+00:00Added an answer on June 5, 2026 at 1:17 am
    def add_callback(control, fun):
        def inner():
            return fun(control)
        control['command'] = inner
    
    ...
    
    def test_callback(button):
        print "button instance:", button
    
    b = Button(text="click me")
    add_callback(b, test_callback)
    

    more declarative:

    def with_callback(control, fun):
        def inner():
            return fun(control)
        control['command'] = inner
        return control
    
    ...
    b = with_callback(Button(text="click me"), test_callback)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to access a Servlet from a button on HTML page //Html Page FORM
I am trying to access some assets on azure from flash. This requires a
I'm trying to access the value of a selected radioButton. I have a list
i am trying access an asp label within an asp repeater from my code
I have a form field with items <label for='usrad_resi'> Residential Address </label><input id='usrad_resi' name='usrad_resi'
I get this error uncaught exception: Syntax error, unrecognized expression: label when trying to
Im trying to access the example/web folder (see below in the image) in a
When trying to access data-onload using $(#index).data(onload) I get back 'undefined' : <script type=text/html>
Im trying to access the Magento customer session in another part of my website.
Im trying to access a Sql CE 2005 database on a windows mobile device

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.