Added wxPython.lib.popupctl by Gerrit van Dyk which is a combobox-like

gizmo for poping up arbitrary controls.  It is currently using
wxDialog because of some issues with wxPopupWindow...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-13 22:57:55 +00:00
parent 2a29de09fc
commit 26e3a24354
4 changed files with 343 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ _treeList = [
('New since last release', [
'wxRadioButton',
'Throbber',
'wxPopupControl',
]),
# managed windows == things with a caption you can close
@@ -108,6 +109,7 @@ _treeList = [
'PyCrustWithFilling',
'SplitTree',
'TablePrint',
'Throbber',
'wxCalendar',
'wxCalendarCtrl',
'wxDynamicSashWindow',
@@ -117,6 +119,7 @@ _treeList = [
'wxIEHtmlWin',
'wxLEDNumberCtrl',
'wxMimeTypesManager',
'wxPopupControl',
'wxRightTextCtrl',
'wxStyledTextCtrl_1',
'wxStyledTextCtrl_2',