| 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 |
How can I change the title of an application shell widget?
I create many top-level application widgets. Each gets as
its title in the title bar the character string associated with the
parameter 'name'. I would like to change this title after I
have initially created it.
Since the title is a character string and not a DwtCompString,
using XtSetArg for DwtNtitle does not work correctly.
Is there a way I can change the title?
Thanks,
Verna
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 215.1 | LEOVAX::TREGGIARI | Wed Feb 15 1989 16:26 | 9 | ||
> Since the title is a character string and not a DwtCompString, > using XtSetArg for DwtNtitle does not work correctly. This should work as long as the value you specify is a null-terminated string. Leo | |||||