diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-05 00:20:27 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-05 00:20:27 +0000 |
commit | d625e19cdc79ec54d882aad95d05d7f24577bb6b (patch) | |
tree | 51c380aefeed4de66f52274b174d161eb2e29ecc /src/test | |
parent | 3a1bf865b6c1b6b7c096eaf6dab91a465319488a (diff) |
Added Move and MoveBase to Window
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/w32dtst.cpp | 2 |
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); |