wxWidgets/samples/popup
Vadim Zeitlin 41410610ef Don't force wxPU_CONTAINS_CONTROLS on wxPopupTransientWindow
Popups not using this style work too now (since the parent commit), so
this style should be used only if the popup actually requires focus and
not always, unconditionally.

Turn on this style explicitly in the sample which shows a popup window
with wxTextCtrl inside it (which requires focus to work).
2020-07-10 00:02:48 +02:00
..
makefile.bcc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.gcc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
Makefile.in Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
popup_vc7.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
popup_vc8.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
popup_vc9.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
popup.bkl created bakefile and generated all makefiles from it; renamed minimal.cpp to popup.cpp 2005-02-05 18:38:26 +00:00
popup.cpp Don't force wxPU_CONTAINS_CONTROLS on wxPopupTransientWindow 2020-07-10 00:02:48 +02:00