Re: [Boa Constr] absolute sizes
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-05-24 07:25:29
|
My stupid suggestion. Werner F. Bruhin wrote: > ... >> Also I don't see >> support for wx.ID_CANCEL and other stock buttons in Boa, this would >> have to be done by hand as well. > That can be easily fixed, in boa\companions\ButtonCompanions.py at > line 38 change it from: > self.windowStyles = ['wx.BU_LEFT', 'wx.BU_TOP', 'wx.BU_RIGHT', > 'wx.BU_BOTTOM', 'wx.BU_EXACTFIT'] + > self.windowStyles > These are ID's and not styles, so forget my stupid suggestion in this thread. Werner |