summaryrefslogtreecommitdiff
path: root/future
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-31 13:02:47 -0400
committerPietro Gagliardi <[email protected]>2014-08-31 13:02:47 -0400
commit2c4eecc9c3ec60f2c2aa709e22cd1fe600caa028 (patch)
tree17a61485f4d4f87f5b994e3e2f799ac0bcbb6fac /future
parent16c2e18949cb7f3594410cb80400ebac540a50a0 (diff)
Changed Grid to SimpleGrid in preparation for a better Grid.
Diffstat (limited to 'future')
-rw-r--r--future2
1 files changed, 1 insertions, 1 deletions
diff --git a/future b/future
index fd40ac3..fe9a89c 100644
--- a/future
+++ b/future
@@ -51,7 +51,7 @@ TextField
figure out numerics because you CAN paste into numeric boxes on Windows and GTK+ has no built-in number validator as far as I know
will likely just use Invalid()
-Stack, Grid
+Stack, SimpleGrid, Grid
method calls should trigger re-layout of windows
default buttons
figure out how they interact with Areas (especially on GTK+, where GtkEntry somehow has special handling for this)