Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 # -*- coding: ISO-8859-15 -*- 3 # generated by wxGlade 0.4cvs on Sun May 28 10:51:48 2006 4 5 import wx 634 # end wxGlade 35 36 # end of class wxgScrolledEMRTreePnl 379 10 from Gnumed.wxpython import gmEMRBrowser 11 12 # begin wxGlade: wxgScrolledEMRTreePnl.__init__ 13 kwds["style"] = wx.NO_BORDER|wx.TAB_TRAVERSAL 14 wx.ScrolledWindow.__init__(self, *args, **kwds) 15 self._emr_tree = gmEMRBrowser.cEMRTree(self, -1) 16 17 self.__set_properties() 18 self.__do_layout()19 # end wxGlade 20 24 # end wxGlade 25
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:56:50 2013 | http://epydoc.sourceforge.net |