(self)
| 1401 | self.tk.call(self._w, 'popup') |
| 1402 | |
| 1403 | def center(self): |
| 1404 | self.tk.call(self._w, 'center') |
| 1405 | |
| 1406 | class StdButtonBox(TixWidget): |
| 1407 | """StdButtonBox - Standard Button Box (OK, Apply, Cancel and Help) """ |
no test coverage detected