TIX(3) | Tix Built-In Commands | TIX(3) |
See the file man.macros.
tixUtils - Utility commands in Tix.
tixDescendants pathName tixDisableAll pathName tixEnableAll pathName tixPushGrab ?-global? window tixPopGrab
Some Tix widgets (for example, tixComboBox and tixPanedWindow) grabs the screen on certain occasions using tixPushGrab and tixPopGrab. Therefore, if you need to grab the screen when these widgets are present, you should also call tixPushGrab and tixPopGrab in place of the Tk grab and grab release commands. Otherwise, the behavior of these widgets may be undefined.
Tix(n), grab(n)
4.0 | Tix |