Updated generic window styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,11 +10,20 @@ from globals import *
|
|||||||
from types import *
|
from types import *
|
||||||
from wxPython.xrc import *
|
from wxPython.xrc import *
|
||||||
|
|
||||||
genericStyles = ['wxSIMPLE_BORDER', 'wxDOUBLE_BORDER',
|
genericStyles = [
|
||||||
'wxSUNKEN_BORDER', 'wxRAISED_BORDER',
|
'wxCLIP_CHILDREN',
|
||||||
'wxSTATIC_BORDER', 'wxNO_BORDER',
|
'wxSIMPLE_BORDER',
|
||||||
'wxTRANSPARENT_WINDOW', 'wxWANTS_CHARS',
|
'wxSUNKEN_BORDER',
|
||||||
'wxNO_FULL_REPAINT_ON_RESIZE']
|
'wxDOUBLE_BORDER',
|
||||||
|
'wxRAISED_BORDER',
|
||||||
|
'wxSTATIC_BORDER',
|
||||||
|
'wxNO_BORDER',
|
||||||
|
'wxTRANSPARENT_WINDOW',
|
||||||
|
'wxWANTS_CHARS',
|
||||||
|
'wxNO_FULL_REPAINT_ON_RESIZE',
|
||||||
|
'wxFULL_REPAINT_ON_RESIZE',
|
||||||
|
'wxWS_EX_BLOCK_EVENTS',
|
||||||
|
]
|
||||||
|
|
||||||
buttonSize = (35,-1) # in dialog units, transformed to pixels in panel ctor
|
buttonSize = (35,-1) # in dialog units, transformed to pixels in panel ctor
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user