mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Phoenix:
- Add support for `wx.adv.OwnerDrawnComboBox` and `wx.ComboCtrl` in the documentation building process. Add the appropriate samples as well (and wonder why the sample in `wx.ComboCtrl` doesn't get properly highlighted...). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,16 +78,18 @@ NO_MODULE = {
|
||||
# Widgets
|
||||
'DatePickerCtrlGeneric': 'adv.',
|
||||
'GenericCalendarCtrl' : 'adv.',
|
||||
'OwnerDrawnComboBox' : 'adv.',
|
||||
|
||||
# Enums/constants
|
||||
'AnimationType' : 'adv.',
|
||||
'CalendarDateBorder' : 'adv.',
|
||||
'CalendarHitTestResult': 'adv.',
|
||||
'LayoutAlignment' : 'adv.',
|
||||
'LayoutOrientation' : 'adv.',
|
||||
'SashDragStatus' : 'adv.',
|
||||
'SashEdgePosition' : 'adv.',
|
||||
'TaskBarIconType' : 'adv.',
|
||||
'AnimationType' : 'adv.',
|
||||
'CalendarDateBorder' : 'adv.',
|
||||
'CalendarHitTestResult' : 'adv.',
|
||||
'LayoutAlignment' : 'adv.',
|
||||
'LayoutOrientation' : 'adv.',
|
||||
'OwnerDrawnComboBoxPaintingFlags': 'adv.',
|
||||
'SashDragStatus' : 'adv.',
|
||||
'SashEdgePosition' : 'adv.',
|
||||
'TaskBarIconType' : 'adv.',
|
||||
|
||||
# -- wxDataView -- #
|
||||
# Widgets
|
||||
|
||||
Reference in New Issue
Block a user