projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
IsExposed() needs to reverse the direction in RTL.
[wxWidgets.git]
/
wxPython
/
demo
/
Main.py
diff --git
a/wxPython/demo/Main.py
b/wxPython/demo/Main.py
index c0a19c56b03df6dbc6bd64c58d34d2632e4a312f..ec9b65f6643e80c6d00387f6c2722b42f26189f1 100644
(file)
--- a/
wxPython/demo/Main.py
+++ b/
wxPython/demo/Main.py
@@
-66,6
+66,7
@@
_treeList = [
'ButtonPanel',
'FlatNotebook',
'CustomTreeCtrl',
'ButtonPanel',
'FlatNotebook',
'CustomTreeCtrl',
+ 'AboutBox',
]),
# managed windows == things with a (optional) caption you can close
]),
# managed windows == things with a (optional) caption you can close
@@
-80,6
+81,7
@@
_treeList = [
# the common dialogs
('Common Dialogs', [
# the common dialogs
('Common Dialogs', [
+ 'AboutBox',
'ColourDialog',
'DirDialog',
'FileDialog',
'ColourDialog',
'DirDialog',
'FileDialog',