More TODOs.
This commit is contained in:
parent
79e00d3c90
commit
d12974eef1
2
ui.h
2
ui.h
|
@ -263,6 +263,8 @@ struct uiAreaHandler {
|
|||
uintmax_t (*HScrollMax)(uiAreaHandler *, uiArea *);
|
||||
uintmax_t (*VScrollMax)(uiAreaHandler *, uiArea *);
|
||||
// TODO document that resizes cause a full redraw
|
||||
// TODO if the scrollbars disappear the histogram example won't recognize points in the correct spot until the area is resized
|
||||
// TODO mouse leave event?
|
||||
void (*MouseEvent)(uiAreaHandler *, uiArea *, uiAreaMouseEvent *);
|
||||
void (*DragBroken)(uiAreaHandler *, uiArea *);
|
||||
int (*KeyEvent)(uiAreaHandler *, uiArea *, uiAreaKeyEvent *);
|
||||
|
|
Loading…
Reference in New Issue