[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

215.0. "Can title of application shell widget be changed?" by BOEHM::V_GILBERT () Wed Feb 15 1989 13:18

    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.RTitleUserPersonal
Name
DateLines
215.1LEOVAX::TREGGIARIWed Feb 15 1989 16:269
    
 >   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