Embark on an epic journey to document the dialog engine in as much detail as possible.

... and the previous commits (from 56f73cb on) were by and large a result of things noticed during this process.
This commit is contained in:
2014-12-06 03:46:37 -05:00
parent beacf9dadc
commit 88cb60fb8d
15 changed files with 3374 additions and 120 deletions

View File

@@ -289,12 +289,10 @@ void cLedGroup::recalcRect(){
frame.inset(-6,-6);
}
/** A click handler is called whenever a click is received, even on the currently selected element. */
void cLedGroup::attachClickHandler(click_callback_t f) throw() {
onClick = f;
}
/** A focus handler is called when the currently selected element changes. */
void cLedGroup::attachFocusHandler(focus_callback_t f) throw() {
onFocus = f;
}