Lines Matching defs:group
1608 """Set the group leader widgets for related widgets to PATHNAME. Return1609 the group leader of this widget if None is given."""1610 return self.tk.call('wm', 'group', self._w, pathName)1611 group = wm_group