4 from libCatKernel
import *
15 '''Retrieves the given control (within a dialog) by its xmlid''' 16 control = item.FindWindowById(xrc.XRCID(xmlid))
17 assert control !=
None,
'Programming error: a control with xml id ' + xmlid +
' was not found.' 21 '''Retrieves the given control (within a dialog) by its xmlid''' 22 control = self.
panel.FindWindowById(xrc.XRCID(xmlid))
23 assert control !=
None,
'Programming error: a control with xml id ' + xmlid +
' was not found.'
def __init__(self, cat, obj, panel, path)
def getControl(self, xmlid, item)