controls/CustomTree.py
changeset 1571 486f94a8032c
parent 1188 63afb5833bd8
child 1730 64d8f52bc8c8
equal deleted inserted replaced
1570:0925da818853 1571:486f94a8032c
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 
     3 
     4 #This library is free software; you can redistribute it and/or
     4 # This file is part of Beremiz, a Integrated Development Environment for
     5 #modify it under the terms of the GNU General Public
     5 # programming IEC 61131-3 automates supporting plcopen standard and CanFestival.
     6 #License as published by the Free Software Foundation; either
       
     7 #version 2.1 of the License, or (at your option) any later version.
       
     8 #
     6 #
     9 #This library is distributed in the hope that it will be useful,
     7 # Copyright (C) 2007: Edouard TISSERANT and Laurent BESSARD
    10 #but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12 #General Public License for more details.
       
    13 #
     8 #
    14 #You should have received a copy of the GNU General Public
     9 # See COPYING file for copyrights details.
    15 #License along with this library; if not, write to the Free Software
    10 #
    16 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    11 # This program is free software; you can redistribute it and/or
       
    12 # modify it under the terms of the GNU General Public License
       
    13 # as published by the Free Software Foundation; either version 2
       
    14 # of the License, or (at your option) any later version.
       
    15 #
       
    16 # This program is distributed in the hope that it will be useful,
       
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    19 # GNU General Public License for more details.
       
    20 #
       
    21 # You should have received a copy of the GNU General Public License
       
    22 # along with this program; if not, write to the Free Software
       
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    17 
    24 
    18 import wx
    25 import wx
    19 import wx.lib.agw.customtreectrl as CT
    26 import wx.lib.agw.customtreectrl as CT
    20 
    27 
    21 from util.BitmapLibrary import GetBitmap
    28 from util.BitmapLibrary import GetBitmap