logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tixUtils - Utility commands in Tix.

Description

tixDescendantspathName
              Returns a list of all the descendant widgets of pathName plus pathName itself.

       tixDisableAllpathName
              Disables pathName and all its descendants.

       tixEnableAllpathName
              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.

       tixPopGrabtixPopGrab pops the top-most element from the grabbing stack and release its grab. If the grabbing
              stack is not empty, then tixPopGrab will execute grab(n) on the current top-most  element  in  the
              grabbing stack.

Keywords

       Tix(n), grab(n)

Tix                                                    4.0                                                TIX(3)

Name

       tixUtils - Utility commands in Tix.

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 grabrelease
       commands. Otherwise, the behavior of these widgets may be undefined.

Synopsis

tixDescendantspathNametixDisableAllpathNametixEnableAllpathNametixPushGrab ?-global? windowtixPopGrab

See Also