API Reference for Enthought Tool Suite 2.7.1
Color used to highlight input errors:
ErrorColor = '#FFC0C0'
Color used to mark valid input:
OKColor = '#FFFFFF'
Color used for background of 'read-only' fields:
ReadonlyColor = '#ECE9D8'
Screen size:
screen_dx = wx.SystemSettings_GetMetric(wx.SYS_SCREEN_X)
screen_dy = wx.SystemSettings_GetMetric(wx.SYS_SCREEN_Y)
Width of a scrollbar:
scrollbar_dx = wx.SystemSettings_GetMetric(wx.SYS_VSCROLL_X)
Standard width of an image bitmap:
standard_bitmap_width = 120
Color used for background of windows (like dialog background color):
WindowColor = '#ECE9D8'
| Local name | Refers to |
|---|---|
| wx | wx |
Copyright © 2002-2008 Enthought, Inc.