c_ext/CFileEditor.py
changeset 814 5743cbdff669
parent 801 435e49e80832
child 848 fe9504c4104e
equal deleted inserted replaced
813:1460273f40ed 814:5743cbdff669
     4 import wx.grid
     4 import wx.grid
     5 import wx.stc as stc
     5 import wx.stc as stc
     6 import wx.lib.buttons
     6 import wx.lib.buttons
     7 
     7 
     8 from controls import CustomGrid, CustomTable
     8 from controls import CustomGrid, CustomTable
     9 from ConfTreeNodeEditor import ConfTreeNodeEditor
     9 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
    10 from utils.BitmapLibrary import GetBitmap
    10 from util.BitmapLibrary import GetBitmap
    11 
    11 
    12 if wx.Platform == '__WXMSW__':
    12 if wx.Platform == '__WXMSW__':
    13     faces = { 'times': 'Times New Roman',
    13     faces = { 'times': 'Times New Roman',
    14               'mono' : 'Courier New',
    14               'mono' : 'Courier New',
    15               'helv' : 'Arial',
    15               'helv' : 'Arial',