search for: _pressed

Displaying 1 result from an estimated 1 matches for "_pressed".

Did you mean: pressed
2006 Oct 21
3
wxsugar question
...''ve only had the briefest play with wxSugar and already I like it a lot. One small question - have you considered some more ''convention over configuration'' like they do in rails, in particular for event connectors? So instead of listen(:button, my_button, my_button_pressed) you can leave it out entirely and rely on the convention that a button has a _pressed event (if it exists). Jay Daley