summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-04-05 00:20:27 +0000
committerIan C <ianc@noddybox.co.uk>2005-04-05 00:20:27 +0000
commitd625e19cdc79ec54d882aad95d05d7f24577bb6b (patch)
tree51c380aefeed4de66f52274b174d161eb2e29ecc /src/test
parent3a1bf865b6c1b6b7c096eaf6dab91a465319488a (diff)
Added Move and MoveBase to Window
Diffstat (limited to 'src/test')
-rw-r--r--src/test/w32dtst.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/w32dtst.cpp b/src/test/w32dtst.cpp
index 838c9f5..c06c5ce 100644
--- a/src/test/w32dtst.cpp
+++ b/src/test/w32dtst.cpp
@@ -167,6 +167,8 @@ private:
std::cout << "Called OnCheck() - state " << checked << std::endl;
+ std::cout << "move="<< m_quit.MoveBase(this,10+(checked ? 50:0),50,150,18) << std::endl;
+
m_quit.Enable(checked);
m_load.ReadOnly(checked);
m_save.Enable(!checked);