add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -664,3 +664,15 @@ Show the popup.
|
||||
|
||||
Undoes the last edit in the text field. Windows only.
|
||||
|
||||
|
||||
\membersection{wxComboCtrl::UseAltPopupWindow}\label{wxcomboctrlusealtpopupwindow}
|
||||
|
||||
\func{void}{UseAltPopupWindow}{\param{bool }{enable = true}}
|
||||
|
||||
Enable or disable usage of an alternative popup window, which guarantees
|
||||
ability to focus the popup control, and allows common native controls to
|
||||
function normally. This alternative popup window is usually a wxDialog,
|
||||
and as such, when it is shown, its parent top-level window will appear
|
||||
as if the focus has been lost from it.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user