Inherits from
- Dialog: enthought.pyface.dialog.Dialog
Attributes
- id
The ID of the dialog in the file
id = Str('dialog')
- resource
The resource object
resource = Instance(wx.xrc.XmlResource)
- xrc_file
Path to the xrc file relative to the class's module
xrc_file = Str
Method summary
- set_validator(self, name, validator)
- XRCCTRL(self, name)
- XRCID(self, name)
Methods
- set_validator(self, name, validator)
Sets the validator on the named control.
- XRCCTRL(self, name)
Returns the control with the given name.
- XRCID(self, name)
Returns the numeric widget id for the given name.