git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26349
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if 'wxMSW' in wx.PlatformInfo:
FACES = { 'times' : 'Times New Roman',
'mono' : 'Courier New',
if 'wxMSW' in wx.PlatformInfo:
FACES = { 'times' : 'Times New Roman',
'mono' : 'Courier New',
- 'helv' : 'Lucida Console',
'lucida' : 'Lucida Console',
'other' : 'Comic Sans MS',
'size' : 10,
'lucida' : 'Lucida Console',
'other' : 'Comic Sans MS',
'size' : 10,
'calltipfg' : '#404040',
}
'calltipfg' : '#404040',
}
+elif 'wxMac' in wx.PlatformInfo:
+ FACES = { 'times' : 'Lucida Grande',
+ 'mono' : 'Courier New',
+ 'helv' : 'Geneva',
+ 'other' : 'new century schoolbook',
+ 'size' : 13,
+ 'lnsize' : 10,
+ 'backcol' : '#FFFFFF',
+ 'calltipbg' : '#FFFFB8',
+ 'calltipfg' : '#404040',
+ }
+
+else: # GTK1, etc.
FACES = { 'times' : 'Times',
'mono' : 'Courier',
'helv' : 'Helvetica',
FACES = { 'times' : 'Times',
'mono' : 'Courier',
'helv' : 'Helvetica',