j
k
j a
j l
You could also create signal handling objects, with whatever state you like:
class button_handler(string name) { void `()(mixed ... args) { /* ... */ } }
widget->signal_connect("pressed", button_handler("button 1"));
Back to the thread
Back to the list