More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-12-04 21:11:43 -05:00
parent 79e00d3c90
commit d12974eef1
1 changed files with 2 additions and 0 deletions

2
ui.h
View File

@ -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 *);