]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
2002-11-25 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
authorRobert Collins <rbtcollins@hotmail.com>
Tue, 26 Nov 2002 12:11:35 +0000 (12:11 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Tue, 26 Nov 2002 12:11:35 +0000 (12:11 +0000)
commit63c827087ce4b7057a7ea17f3be973c026d725f5
tree87c9dbe6d89cf2769764476f287a307896c59f95
parent58983805c72cf54498d943de92b7d72f0cff9767
2002-11-25  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>

        * window.h (Window::GetWindowRect): New method declaration.
        (Window::GetClientRect): Ditto.
        (Window::MoveWindow): Ditto.
        (Window::ScreenToClient): Ditto.
        * window.cc (REFLECTION_INFO): Remove.
        (ReflectionInfo): Remove.
        (Window::FirstWindowProcReflector): Use the WM_NCCREATE message instead
        of the horrid REFLECTION_INFO hack to hook the Window instance to the
        HWND instance.
        (Window::WindowProcReflector): Use GetWindowLongPtr() now that it's
        available.
        (Window::Create): Change to use new WM_NCCREATE reflection procedure
        above.
        (Window::GetWindowRect): New method.
        (Window::GetClientRect): New method.
        (Window::MoveWindow): New method.
        (Window::CenterWindow): Use new methods, also specify "::" for some non-
        member functions with the same names.
        (Window::ScreenToClient): New method.
ChangeLog
window.cc
window.h
This page took 0.031585 seconds and 5 git commands to generate.