Help.Problem.python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 25

Help.Problem.python

hello everyone I have a question about one python function click event() I can't understand what is this function do and how can I use it and it is for which library in python Please guide me

25th Oct 2020, 7:24 AM
Donya Khoobani
Donya Khoobani - avatar
9 Answers
+ 5
The Button widget is used to add buttons in a Python application. These buttons can display text or images that convey the purpose of the buttons. You can attach a function or a method to a button which is called automatically when you click the button. It is also in Tkinter (GUI) Library.... Hope it helps..
25th Oct 2020, 7:29 AM
TEMPER.xi
TEMPER.xi - avatar
+ 9
Dont Be Dumb 😐 Thank you ✨✨
25th Oct 2020, 7:30 AM
Donya Khoobani
Donya Khoobani - avatar
+ 9
Alphin K Sajan Alexander Thiem vamsi😎 Means click event () is just from Tkinter library or it's other things I don't know about it😔
25th Oct 2020, 7:35 AM
Donya Khoobani
Donya Khoobani - avatar
+ 8
Alphin K Sajan Thank you So we just have click event as function of Tkinter??
25th Oct 2020, 7:42 AM
Donya Khoobani
Donya Khoobani - avatar
+ 5
If u r still unclear read: https://www.python-course.eu/tkinter_events_binds.php
25th Oct 2020, 7:31 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Donya Khoobani Yes click event is from Tkinter. Tkinter uses so-called event sequences for allowing the user to define which events, both specific and general, he or she wants to bind to handlers
25th Oct 2020, 7:40 AM
Alphin K Sajan
Alphin K Sajan - avatar
25th Oct 2020, 7:44 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
App
25th Oct 2020, 5:25 PM
Elena IVANOVA
Elena IVANOVA - avatar