SlideShare a Scribd company logo
1 of 10
Done By: Ahmed Metwalli
Grade: 12BB
 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. It is the first argument
"event" of the bind method. The event sequence is given as
a string, using the following syntax:
<modifier-type-detail>
 The type field is the essential part of an event specifier,
whereas the "modifier" and "detail" fields are not
obligatory and are left out in many cases. They are used to
provide additional information for the chosen "type". The
event "type" describes the kind of event to be bound, e.g.
actions like mouse clicks, key presses or the widget got the
input focus.
 A mouse button is pressed with the mouse pointer over the
widget. The detail part specifies which button, e.g. The left
mouse button is defined by the event <Button-1>, the middle
button by <Button-2>, and the rightmost mouse button by
<Button-3>.
<Button-4> defines the scroll up event on mice with wheel
support and and <Button-5> the scroll down.
If you press down a mouse button over a widget and keep it
pressed, Tkinter will automatically "grab" the mouse pointer.
Further mouse events like Motion and Release events will be sent
to the current widget, even if the mouse is moved outside the
current widget. The current position, relative to the widget, of
the mouse pointer is provided in the x and y members of the
event object passed to the callback. You can use ButtonPress
instead of Button, or even leave it out completely: , , and <1> are
all synonyms.
 The mouse is moved with a mouse button being held
down. To specify the left, middle or right mouse
button use <B1-Motion>, <B2-Motion> and <B3-
Motion> respectively. The current position of the
mouse pointer is provided in the x and y members of
the event object passed to the callback, i.e. event.x,
event.y
 Event, if a button is released. To specify the left,
middle or right mouse button use <ButtonRelease-1>,
<ButtonRelease-2>, and <ButtonRelease-3>
respectively. The current position of the mouse pointer
is provided in the x and y members of the event object
passed to the callback, i.e. event.x, event.y
 Similar to the Button event, see above, but the button
is doubble clicked instead of a single click. To specify
the left, middle or right mouse button use <Double-
Button-1>, <Double-Button-2>, and <Double-Button-
3> respectively.
You can use Double or Triple as prefixes. Note that if
you bind to both a single click (<Button-1>) and a
double click (<Double-Button-1>), both bindings will
be called.
 The user pressed the Enter key. You can bind to
virtually all keys on the keyboard: The special keys are
Cancel (the Break key), BackSpace, Tab, Return(the
Enter key), Shift_L (any Shift key), Control_L (any
Control key), Alt_L (any Alt key), Pause, Caps_Lock,
Escape, Prior (Page Up), Next (Page Down), End,
Home, Left, Up, Right, Down, Print, Insert, Delete, F1,
F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Num_Lock,
and Scroll_Lock.
 The user pressed any key. The key is provided in the
char member of the event object passed to the callback
(this is an empty string for special keys).
 The user typed an "a" key. Most printable characters
can be used as is. The exceptions are space (<space>)
and less than (<less>). Note that 1 is a keyboard
binding, while <1> is a button binding.
 The size of the widget changed. The new size is
provided in the width and height attributes of the
event object passed to the callback. On some
platforms, it can mean that the location changed.

More Related Content

What's hot

Java Event Handling
Java Event HandlingJava Event Handling
Java Event HandlingShraddha
 
Ordenara los vectores
Ordenara los vectoresOrdenara los vectores
Ordenara los vectoresIsrael JD
 
I keep getting a BC30389 'System.Currency' is not accessible in this context ...
I keep getting a BC30389 'System.Currency' is not accessible in this context ...I keep getting a BC30389 'System.Currency' is not accessible in this context ...
I keep getting a BC30389 'System.Currency' is not accessible in this context ...hwbloom115
 
tL20 event handling
tL20 event handlingtL20 event handling
tL20 event handlingteach4uin
 
Hci scanrio-exercise
Hci scanrio-exerciseHci scanrio-exercise
Hci scanrio-exerciseAnwal Mirza
 

What's hot (11)

Spf chapter10 events
Spf chapter10 eventsSpf chapter10 events
Spf chapter10 events
 
Java Event Handling
Java Event HandlingJava Event Handling
Java Event Handling
 
Swing
SwingSwing
Swing
 
Event handling in Java(part 1)
Event handling in Java(part 1)Event handling in Java(part 1)
Event handling in Java(part 1)
 
MFC Rect1
MFC Rect1MFC Rect1
MFC Rect1
 
Ordenara los vectores
Ordenara los vectoresOrdenara los vectores
Ordenara los vectores
 
Shortcuts (Computer commannds)
Shortcuts (Computer commannds)Shortcuts (Computer commannds)
Shortcuts (Computer commannds)
 
I keep getting a BC30389 'System.Currency' is not accessible in this context ...
I keep getting a BC30389 'System.Currency' is not accessible in this context ...I keep getting a BC30389 'System.Currency' is not accessible in this context ...
I keep getting a BC30389 'System.Currency' is not accessible in this context ...
 
tL20 event handling
tL20 event handlingtL20 event handling
tL20 event handling
 
Hci scanrio-exercise
Hci scanrio-exerciseHci scanrio-exercise
Hci scanrio-exercise
 
State Diagram
State DiagramState Diagram
State Diagram
 

Viewers also liked

Duong toi truong
Duong toi truongDuong toi truong
Duong toi truongNhi Lee
 
VCERA FAIR VALUE MEMI 20160718BusinessMeeting
VCERA FAIR VALUE MEMI 20160718BusinessMeetingVCERA FAIR VALUE MEMI 20160718BusinessMeeting
VCERA FAIR VALUE MEMI 20160718BusinessMeetingTavish Towner
 
Utilizing Online TOC Monitoring to Control Industrial Water Quality
Utilizing Online TOC Monitoring to Control Industrial Water QualityUtilizing Online TOC Monitoring to Control Industrial Water Quality
Utilizing Online TOC Monitoring to Control Industrial Water QualityMuhammad Naeem Ashraf
 
Como presentar a inversores Campus Seedrocket 2011
Como presentar a inversores Campus Seedrocket 2011Como presentar a inversores Campus Seedrocket 2011
Como presentar a inversores Campus Seedrocket 2011Miguel Arias
 
Increasing Customer Wallet Share
Increasing Customer Wallet ShareIncreasing Customer Wallet Share
Increasing Customer Wallet Sharedreamforce2006
 
Đề thi đại học 2014 môn Tiếng Anh khối A1
Đề thi đại học 2014 môn Tiếng Anh khối A1Đề thi đại học 2014 môn Tiếng Anh khối A1
Đề thi đại học 2014 môn Tiếng Anh khối A1tuituhoc
 
X’inhu l folklor
X’inhu l folklorX’inhu l folklor
X’inhu l folklorMaria
 
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuanNhi Lee
 
Il-Passatempi ta' Dahri
Il-Passatempi ta' DahriIl-Passatempi ta' Dahri
Il-Passatempi ta' DahriSarah Tanti
 
Vu Viet Dung - CV
Vu Viet Dung - CVVu Viet Dung - CV
Vu Viet Dung - CVDung Vu
 

Viewers also liked (13)

GMP Certificate
GMP CertificateGMP Certificate
GMP Certificate
 
Duong toi truong
Duong toi truongDuong toi truong
Duong toi truong
 
VCERA FAIR VALUE MEMI 20160718BusinessMeeting
VCERA FAIR VALUE MEMI 20160718BusinessMeetingVCERA FAIR VALUE MEMI 20160718BusinessMeeting
VCERA FAIR VALUE MEMI 20160718BusinessMeeting
 
Utilizing Online TOC Monitoring to Control Industrial Water Quality
Utilizing Online TOC Monitoring to Control Industrial Water QualityUtilizing Online TOC Monitoring to Control Industrial Water Quality
Utilizing Online TOC Monitoring to Control Industrial Water Quality
 
Como presentar a inversores Campus Seedrocket 2011
Como presentar a inversores Campus Seedrocket 2011Como presentar a inversores Campus Seedrocket 2011
Como presentar a inversores Campus Seedrocket 2011
 
Increasing Customer Wallet Share
Increasing Customer Wallet ShareIncreasing Customer Wallet Share
Increasing Customer Wallet Share
 
Đề thi đại học 2014 môn Tiếng Anh khối A1
Đề thi đại học 2014 môn Tiếng Anh khối A1Đề thi đại học 2014 môn Tiếng Anh khối A1
Đề thi đại học 2014 môn Tiếng Anh khối A1
 
X’inhu l folklor
X’inhu l folklorX’inhu l folklor
X’inhu l folklor
 
Ppt 2.4
Ppt 2.4Ppt 2.4
Ppt 2.4
 
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan
[UVTN2016] Final Round_The Talent_LeThuyNhi+NguyenHaThanhLuan
 
Il-Passatempi ta' Dahri
Il-Passatempi ta' DahriIl-Passatempi ta' Dahri
Il-Passatempi ta' Dahri
 
Vu Viet Dung - CV
Vu Viet Dung - CVVu Viet Dung - CV
Vu Viet Dung - CV
 
10-parit
10-parit10-parit
10-parit
 

Similar to H.W 2

Actionscript 3 - Session 6 Interactivity
Actionscript 3 - Session 6 InteractivityActionscript 3 - Session 6 Interactivity
Actionscript 3 - Session 6 InteractivityOUM SAOKOSAL
 
Event Handling in JAVA
Event Handling in JAVAEvent Handling in JAVA
Event Handling in JAVASrajan Shukla
 
Yahoo presentation: JavaScript Events
Yahoo presentation: JavaScript EventsYahoo presentation: JavaScript Events
Yahoo presentation: JavaScript EventsPeter-Paul Koch
 
9 THE COMPUTER KEYBOARD & MOUSE.pptx
9 THE COMPUTER KEYBOARD & MOUSE.pptx9 THE COMPUTER KEYBOARD & MOUSE.pptx
9 THE COMPUTER KEYBOARD & MOUSE.pptxjulitolosbanos
 
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...Patrick Lauke
 
84 identify group keys on the keyboard and their functions
84 identify group keys on the keyboard and their functions84 identify group keys on the keyboard and their functions
84 identify group keys on the keyboard and their functionsPaul Gonzales
 
Multi Touch And Gesture Event Interface And Types
Multi Touch And Gesture Event Interface And TypesMulti Touch And Gesture Event Interface And Types
Multi Touch And Gesture Event Interface And TypesEthan Cha
 
Event handling
Event handlingEvent handling
Event handlingswapnac12
 
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...Getting touchy - an introduction to touch and pointer events / Frontend NE / ...
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...Patrick Lauke
 
Getting touchy - an introduction to touch and pointer events (complete master...
Getting touchy - an introduction to touch and pointer events (complete master...Getting touchy - an introduction to touch and pointer events (complete master...
Getting touchy - an introduction to touch and pointer events (complete master...Patrick Lauke
 
Alice05
Alice05Alice05
Alice05h2vs10
 
Sony Vegas Pro Keyboard Shortcuts
Sony Vegas Pro Keyboard ShortcutsSony Vegas Pro Keyboard Shortcuts
Sony Vegas Pro Keyboard ShortcutsRahul Jose
 
Getting touchy - an introduction to touch and pointer events / Smashing Confe...
Getting touchy - an introduction to touch and pointer events / Smashing Confe...Getting touchy - an introduction to touch and pointer events / Smashing Confe...
Getting touchy - an introduction to touch and pointer events / Smashing Confe...Patrick Lauke
 
Voices That Matter: JavaScript Events
Voices That Matter: JavaScript EventsVoices That Matter: JavaScript Events
Voices That Matter: JavaScript EventsPeter-Paul Koch
 

Similar to H.W 2 (20)

Actionscript 3 - Session 6 Interactivity
Actionscript 3 - Session 6 InteractivityActionscript 3 - Session 6 Interactivity
Actionscript 3 - Session 6 Interactivity
 
Intake 38 7
Intake 38 7Intake 38 7
Intake 38 7
 
Event Handling in JAVA
Event Handling in JAVAEvent Handling in JAVA
Event Handling in JAVA
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Yahoo presentation: JavaScript Events
Yahoo presentation: JavaScript EventsYahoo presentation: JavaScript Events
Yahoo presentation: JavaScript Events
 
9 THE COMPUTER KEYBOARD & MOUSE.pptx
9 THE COMPUTER KEYBOARD & MOUSE.pptx9 THE COMPUTER KEYBOARD & MOUSE.pptx
9 THE COMPUTER KEYBOARD & MOUSE.pptx
 
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...
Getting touchy - an introduction to touch events / Sainté Mobile Days / Saint...
 
84 identify group keys on the keyboard and their functions
84 identify group keys on the keyboard and their functions84 identify group keys on the keyboard and their functions
84 identify group keys on the keyboard and their functions
 
grahics
grahicsgrahics
grahics
 
Multi Touch And Gesture Event Interface And Types
Multi Touch And Gesture Event Interface And TypesMulti Touch And Gesture Event Interface And Types
Multi Touch And Gesture Event Interface And Types
 
The touch events
The touch eventsThe touch events
The touch events
 
Touchevents
ToucheventsTouchevents
Touchevents
 
Event handling
Event handlingEvent handling
Event handling
 
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...Getting touchy - an introduction to touch and pointer events / Frontend NE / ...
Getting touchy - an introduction to touch and pointer events / Frontend NE / ...
 
Getting touchy - an introduction to touch and pointer events (complete master...
Getting touchy - an introduction to touch and pointer events (complete master...Getting touchy - an introduction to touch and pointer events (complete master...
Getting touchy - an introduction to touch and pointer events (complete master...
 
Alice05
Alice05Alice05
Alice05
 
Sony Vegas Pro Keyboard Shortcuts
Sony Vegas Pro Keyboard ShortcutsSony Vegas Pro Keyboard Shortcuts
Sony Vegas Pro Keyboard Shortcuts
 
Getting touchy - an introduction to touch and pointer events / Smashing Confe...
Getting touchy - an introduction to touch and pointer events / Smashing Confe...Getting touchy - an introduction to touch and pointer events / Smashing Confe...
Getting touchy - an introduction to touch and pointer events / Smashing Confe...
 
Voices That Matter: JavaScript Events
Voices That Matter: JavaScript EventsVoices That Matter: JavaScript Events
Voices That Matter: JavaScript Events
 
event_handling.ppt
event_handling.pptevent_handling.ppt
event_handling.ppt
 

Recently uploaded

9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR
9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR
9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCRthapariya601
 
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Delhi Escorts Service
 
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaDelhi Escorts Service
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝thapagita
 
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7Ayesha Khan
 
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...Delhi Escorts Service
 
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...delhincr993
 
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNiteshKumar82226
 
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝Lipikasharma29
 
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...Ayesha Khan
 
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...Ayesha Khan
 
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...noida100girls
 
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...aakahthapa70
 
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...Ayesha Khan
 
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂door45step
 
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls Service
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls ServiceCall Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls Service
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls ServiceAyesha Khan
 
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...Ayesha Khan
 
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7Ayesha Khan
 
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Availablenitugupta1209
 
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝Lipikasharma29
 

Recently uploaded (20)

9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR
9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR
9643097474 Full Enjoy @24/7 Call Girls in Paschim Vihar Delhi NCR
 
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
 
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
 
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7
Call Girls in Karachi || 03081633338 || 50+ Hot Sexy Girls Available 24/7
 
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
 
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...
9899855202 Call Girls In Goa This Ads Is Only For Those Clients Who Are Looki...
 
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
 
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Chattarpur Delhi 💯 Call Us 🔝9667422720🔝
 
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...
Call Girls In Islamabad ***03255523555*** Red Hot Call Girls In Islamabad Esc...
 
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...
Call Girls In Islamabad || 03274885999 || 24/7 Service Islamabad Call Girls &...
 
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...
BEST Call Girls In Near By Svelte Hotel & Personal Suites ✨ 9773824855 ✨ Esco...
 
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...
Call Girls In {Aerocity Delhi} 98733@20244 Indian Russian High Profile Girls ...
 
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...
Call Girls In Islamabad | 03278838827 || 24/7 Service Islamabad Call Girls & ...
 
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂
▶ ●─Cash On Delivery Call Girls In ( Sector 63 Noida )꧁❤⎝8375860717⎠❤꧂
 
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls Service
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls ServiceCall Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls Service
Call Girls in Lahore || 03090999379 || Get 30% Off on Hot Call Girls Service
 
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...
Book Call Girls in Lahore || 03070433345 || Young, Hot, Sexy, VIP Girls Avail...
 
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7
Call Girls In Lahore || 03010449222 ||Lahore Call Girl Available 24/7
 
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
 
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Paharganj Delhi 💯 Call Us 🔝9667422720🔝
 

H.W 2

  • 1. Done By: Ahmed Metwalli Grade: 12BB
  • 2.  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. It is the first argument "event" of the bind method. The event sequence is given as a string, using the following syntax: <modifier-type-detail>  The type field is the essential part of an event specifier, whereas the "modifier" and "detail" fields are not obligatory and are left out in many cases. They are used to provide additional information for the chosen "type". The event "type" describes the kind of event to be bound, e.g. actions like mouse clicks, key presses or the widget got the input focus.
  • 3.  A mouse button is pressed with the mouse pointer over the widget. The detail part specifies which button, e.g. The left mouse button is defined by the event <Button-1>, the middle button by <Button-2>, and the rightmost mouse button by <Button-3>. <Button-4> defines the scroll up event on mice with wheel support and and <Button-5> the scroll down. If you press down a mouse button over a widget and keep it pressed, Tkinter will automatically "grab" the mouse pointer. Further mouse events like Motion and Release events will be sent to the current widget, even if the mouse is moved outside the current widget. The current position, relative to the widget, of the mouse pointer is provided in the x and y members of the event object passed to the callback. You can use ButtonPress instead of Button, or even leave it out completely: , , and <1> are all synonyms.
  • 4.  The mouse is moved with a mouse button being held down. To specify the left, middle or right mouse button use <B1-Motion>, <B2-Motion> and <B3- Motion> respectively. The current position of the mouse pointer is provided in the x and y members of the event object passed to the callback, i.e. event.x, event.y
  • 5.  Event, if a button is released. To specify the left, middle or right mouse button use <ButtonRelease-1>, <ButtonRelease-2>, and <ButtonRelease-3> respectively. The current position of the mouse pointer is provided in the x and y members of the event object passed to the callback, i.e. event.x, event.y
  • 6.  Similar to the Button event, see above, but the button is doubble clicked instead of a single click. To specify the left, middle or right mouse button use <Double- Button-1>, <Double-Button-2>, and <Double-Button- 3> respectively. You can use Double or Triple as prefixes. Note that if you bind to both a single click (<Button-1>) and a double click (<Double-Button-1>), both bindings will be called.
  • 7.  The user pressed the Enter key. You can bind to virtually all keys on the keyboard: The special keys are Cancel (the Break key), BackSpace, Tab, Return(the Enter key), Shift_L (any Shift key), Control_L (any Control key), Alt_L (any Alt key), Pause, Caps_Lock, Escape, Prior (Page Up), Next (Page Down), End, Home, Left, Up, Right, Down, Print, Insert, Delete, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Num_Lock, and Scroll_Lock.
  • 8.  The user pressed any key. The key is provided in the char member of the event object passed to the callback (this is an empty string for special keys).
  • 9.  The user typed an "a" key. Most printable characters can be used as is. The exceptions are space (<space>) and less than (<less>). Note that 1 is a keyboard binding, while <1> is a button binding.
  • 10.  The size of the widget changed. The new size is provided in the width and height attributes of the event object passed to the callback. On some platforms, it can mean that the location changed.