| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 | 
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit | 
| Moderator: | STAR::VATNE | 
| Created: | Mon Oct 30 1989 | 
| Last Modified: | Mon Dec 31 1990 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 3726 | 
| Total number of notes: | 19516 | 
Is it possible for a process to read its window or icon title? If not, is it likely to ever be possible? If not, why? -JP
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1890.1 | AITG::DERAMO | Daniel V. {AITG,ZFC}:: D'Eramo | Mon Dec 11 1989 17:43 | 19 | |
| >>   Is it possible for a process to read its window or icon title?
        
        An X11 client will usually have the window id of its
        "main" window that has the title and icon name.  It can
        fetch or set the title and icon name using that window
        id.
        
        An application running in a DECterm window however does
        not have ready access to the DECterm window's window id. 
        It can try to find it by searching through the tree-like
        window hierarchy for DECterm windows, but if there are
        more than one of them it needs more info (for example,
        the current title!) to tell them apart.
        
        It would be a nice feature if there was some way to query
        the "terminal" device for that information.
        
        Dan
        
 | |||||