.
original commit: 3f2bb1887153a5d233e426386b771981e2245e47
This commit is contained in:
parent
0263152835
commit
f1e471715e
|
@ -31,10 +31,10 @@ The following are a few highlights of the revision:
|
|||
have a label.
|
||||
|
||||
* There are hardly any wx:const-... values. Instead, methods that
|
||||
used to take a single flag now take a symbol, and methods that
|
||||
used to take bitwise-ior'd flags now take a list of symbols.
|
||||
For example, wx:const-horizontal was replaced by 'horizontal, and
|
||||
wx:const-bitmap-type-gif was replaced with 'gif.
|
||||
used to take a single (numerical) flag now take a symbol, and
|
||||
methods that used to take bitwise-ior'd integers now take a list
|
||||
of symbols. For example, wx:const-horizontal was replaced by
|
||||
'horizontal, and wx:const-bitmap-type-gif was replaced with 'gif.
|
||||
|
||||
* The menu system was turned upside-down, giving it a structure more
|
||||
like rest of the toolbox. For example, instead of creating a menu
|
||||
|
|
Loading…
Reference in New Issue
Block a user