From d12974eef13a08f743ea752672691896e36f9469 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 4 Dec 2015 21:11:43 -0500 Subject: [PATCH] More TODOs. --- ui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui.h b/ui.h index 6db88349..edd7045b 100644 --- a/ui.h +++ b/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 *);