wxWidgets/samples/splitter
Vadim Zeitlin ce4cb33c20 Remove tooltip tracking code from wxOSX
This doesn't seem to be necessary and is actually actively harmful, as
this code prevented tooltips from working with non-native windows, such
as those used inside wxSplitterWindow in the splitter sample.

Just remove this code entirely and add SetToolTip() calls to the sample
to show that they do work now.

Closes https://github.com/wxWidgets/wxWidgets/pull/1978

Closes #14220.
2021-01-16 18:54:27 +01:00
..
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Rebake after manifest changes 2020-07-31 01:53:43 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake after manifest changes 2020-07-31 01:53:43 +02:00
splitter_vc7.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
splitter_vc8.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
splitter_vc9.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
splitter.bkl
splitter.cpp Remove tooltip tracking code from wxOSX 2021-01-16 18:54:27 +01:00