Skip to content

Commit

Permalink
Added the Custom Controls category in the demo tree
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxPy_newswig@24530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
RobinD42 committed Nov 11, 2003
1 parent 9bd9577 commit f361dd5
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions wxPython/demo/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

import images

##wx.Trap()
##print os.getpid()
##raw_input("Press a key...")
# For debugging
##wx.Trap();
##print os.getpid(); raw_input("Press a key...")


# Use Python's bool constants if available, make aliases if not
Expand Down Expand Up @@ -86,7 +86,6 @@
'wxChoice',
'wxComboBox',
'wxGauge',
'wxGenericDirCtrl',
'wxGrid',
'wxGrid_MegaExample',
'wxListbook',
Expand Down Expand Up @@ -114,18 +113,28 @@
'wxValidator',
]),

('Custom Controls', [
'AnalogClockWindow',
'ColourSelect',
'GenericButtons',
'wxEditor',
'wxGenericDirCtrl',
'wxLEDNumberCtrl',
'wxMultiSash',
'wxPopupControl',
'wxPyColourChooser',
'wxTreeListCtrl',
]),

# controls coming from other libraries
('More Windows/Controls', [
#'wxFloatBar', deprecated
#'wxMVCTree', deprecated
#'wxRightTextCtrl', deprecated as we have wxTE_RIGHT now.
'AnalogClockWindow',
'ColourSelect',
'ContextHelp',
'FancyText',
'FloatCanvas',
'FileBrowseButton',
'GenericButtons',
'MaskedEditControls',
'PyShell',
'PyCrust',
Expand All @@ -134,22 +143,16 @@
'Throbber',
'wxCalendar',
'wxCalendarCtrl',
'wxPyColourChooser',
'wxDynamicSashWindow',
'wxEditableListBox',
'wxEditor',
'wxHtmlWindow',
'wxIEHtmlWin',
'wxIntCtrl',
'wxLEDNumberCtrl',
'wxMimeTypesManager',
'wxMaskedNumCtrl',
'wxMultiSash',
'wxPopupControl',
'wxStyledTextCtrl_1',
'wxStyledTextCtrl_2',
'wxTimeCtrl',
'wxTreeListCtrl',
'wxVListBox',
]),

Expand Down

0 comments on commit f361dd5

Please sign in to comment.