debian man page for tixutils

Query: tixutils

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TIX(3)							       Tix Built-In Commands							    TIX(3)

NAME
tixUtils - Utility commands in Tix.
SYNOPSIS
tixDescendants pathName tixDisableAll pathName tixEnableAll pathName tixPushGrab ?-global? window tixPopGrab
DESCRIPTION
tixDescendants pathName Returns a list of all the descendant widgets of pathName plus pathName itself. tixDisableAll pathName Disables pathName and all its descendants. tixEnableAll pathName Enables pathName and all its descendants. tixPushGrab ?-global? window The tixPushGrab and tixPopGrab commands allows you to perform "cascade-grabbing". tixPushGrab calls the grab(n) command on window and saves window on a grabbing stack. tixPopGrab tixPopGrab pops the top-most element from the grabbing stack and release its grab. If the grabbing stack is not empty, then tixPop- Grab will execute grab(n) on the current top-most element in the grabbing stack.
NOTES
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.
KEYWORDS
Tix(n), grab(n) Tix 4.0 TIX(3)
Related Man Pages
tixmeter(n) - centos
tixexfileselectdialog(3) - debian
tixlabelentry(3) - debian
tixmeter(3) - debian
tixmeter(n) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk