Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # generated by wxGlade 0.6.3 on Sat Jun 19 14:17:26 2010 4 5 import wx 6 7 # begin wxGlade: extracode 8 # end wxGlade 9 10 1135 # end wxGlade 36 37 # end of class wxgExamplePluginPnl 3814 # begin wxGlade: wxgExamplePluginPnl.__init__ 15 kwds["style"] = wx.TAB_TRAVERSAL 16 wx.Panel.__init__(self, *args, **kwds) 17 self.sizer_1_staticbox = wx.StaticBox(self, -1, "hello world") 18 self._TCTRL_template = wx.TextCtrl(self, -1, "") 19 20 self.__set_properties() 21 self.__do_layout()22 # end wxGlade 23 27 # end wxGlade 28
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:56:26 2013 | http://epydoc.sourceforge.net |