summaryrefslogtreecommitdiff
path: root/redo/future
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-09 10:33:38 -0400
committerPietro Gagliardi <[email protected]>2014-08-09 10:33:38 -0400
commit6c1bf7aabd859c27f26898ead8572dd00f419d57 (patch)
tree25e012396edc1c09c4252ac12c1e4d5a5a47d51a /redo/future
parentb4a97e871a5c6c390927f5bac9b84b0fe6b40c20 (diff)
Big change: with the current event model, it's safe to call Area.RepaintAll() (and the future Area.Repaint()) from within AreaHandler.Key() and AreaHandler.Mouse(); get rid of the bool returns from each. The future Area.Repaint() is important; the bool returns repainted the whole Area, which may not be optimal.
Diffstat (limited to 'redo/future')
-rw-r--r--redo/future2
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/future b/redo/future
index 3eb26d0..a6e63f1 100644
--- a/redo/future
+++ b/redo/future
@@ -17,6 +17,8 @@ Tab
// It panics if index is out of range.
// After Delete(), the effect of accessing the Control of the deleted tab or any of its children is undefned. [TODO reword?]
investigate close buttons (especially for LikeTab)
+Area
+ Repaint(rect image.Rectangle)
so I don't forget, some TODOs:
windows