]> git.saurik.com Git - wxWidgets.git/commit
made wxToolTip::Enable() and SetDelay() static (as in wxGTK) and added some
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Feb 1999 21:59:48 +0000 (21:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Feb 1999 21:59:48 +0000 (21:59 +0000)
commit16f6dfd814b863ab5ca5b579eee7190fdb209771
treeb4a5d2e9940da106fd5b0361e72677a6f884ecc6
parent9fc0fe377b42853e23cb771a2d9a742b9c91a996
made wxToolTip::Enable() and SetDelay() static (as in wxGTK) and added some
code in the controls sample to test them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/dialog.h
include/wx/msw/frame.h
include/wx/msw/tooltip.h
include/wx/msw/window.h
samples/controls/controls.cpp
src/msw/tooltip.cpp