Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54182 > unrolled thread

How to differ between checked and unckecked

Started byMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
First post2013-09-15 12:04 +0430
Last post2013-09-15 12:04 +0430
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How to differ between checked and unckecked Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-15 12:04 +0430

#54182 — How to differ between checked and unckecked

FromMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date2013-09-15 12:04 +0430
SubjectHow 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web