Nouvelle Collection
11 years ago
Hello,
I would like to bind to a Button the fact of :
1) left-clicking-down (this is done successfully with
mybtn.Bind(FloatCanvas.EVT_FC_LEFT_DOWN, self.OnClick) )
2) but also : motion/hover over the button when the mouse left button is
still clicked down
(Thus, the user can enable 10 buttons quickly by clicking just once on the
first, and then motion over the 9 other buttons while mouse is still
clicked down.... This is faster than clicking 10 times on each button, and
it would be useful for my app).
Do you know how to do 2) with FloatCanvas ?
Best regards, J
I would like to bind to a Button the fact of :
1) left-clicking-down (this is done successfully with
mybtn.Bind(FloatCanvas.EVT_FC_LEFT_DOWN, self.OnClick) )
2) but also : motion/hover over the button when the mouse left button is
still clicked down
(Thus, the user can enable 10 buttons quickly by clicking just once on the
first, and then motion over the 9 other buttons while mouse is still
clicked down.... This is faster than clicking 10 times on each button, and
it would be useful for my app).
Do you know how to do 2) with FloatCanvas ?
Best regards, J