Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54182 > unrolled thread
| Started by | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| First post | 2013-09-15 12:04 +0430 |
| Last post | 2013-09-15 12:04 +0430 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
How to differ between checked and unckecked Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-15 12:04 +0430
| From | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| Date | 2013-09-15 12:04 +0430 |
| Subject | How to differ between checked and unckecked |
| Message-ID | <mailman.383.1379230501.5461.python-list@python.org> |
Dear all, My program have a set of checkbox, When user check a checkbox, i should call slot1() and when user uncheck checkbox, i should call slot2(),But i can't understand when user checks and unchecked. My questions is, How can i find out user check and unchecked checkbox? It's very important that i differ between check and unckeck. Yours, Mohsen
Back to top | Article view | comp.lang.python
csiph-web