from events import *
from controls import *
+import wxp
class wxListItemPtr :
def __init__(self,this):
self.this = this
args = tuple(argl)
self.this = apply(controls2c.new_wxListCtrl,(arg0.this,arg1,)+args)
self.thisown = 1
+ wxp._StdWindowCallbacks(self)
args = tuple(argl)
self.this = apply(controls2c.new_wxTreeCtrl,(arg0.this,)+args)
self.thisown = 1
+ wxp._StdWindowCallbacks(self)