Page 1 of 1
Pushbutton stays in push state until next mouse clic
Posted: Mon Sep 11, 2006 21:00
by franckypoune
Any way to implement a push button which stays in the state "Push" till the next clic on it?
Thanks in advance for your help.
Posted: Tue Sep 12, 2006 04:08
by lindquist
You will need to write a custom WindowRenderer. You can use FalagardButton as base
HTH
Posted: Tue Sep 12, 2006 06:08
by Gaal
Or you can make another looknfeel for the Checkbox (let's say CheckPushbutton). It is what I've done for a "RadioPushbutton"
It is much easier !