home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / intrinsi / 683 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1006 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!ut-emx!tivoli!foraker!taylor
  2. From: taylor@foraker.NoSubdomain.NoDomain (Eric Taylor)
  3. Newsgroups: comp.windows.x.intrinsics
  4. Subject: Re: How to change a window title dynamically ?
  5. Keywords: title, motif
  6. Message-ID: <7216@tivoli.UUCP>
  7. Date: 23 Dec 92 03:10:07 GMT
  8. References: <FAJNER.92Dec14132821@ramses.frlv.bull.fr>
  9. Sender: news@tivoli.UUCP
  10. Distribution: comp
  11. Lines: 15
  12.  
  13. In article <FAJNER.92Dec14132821@ramses.frlv.bull.fr>, fajner@frlv.bull.fr (Alain.Fajner) writes:
  14. |> 
  15. |> I'm using OSF/Motif and I have a problem...
  16. |> 
  17. |> I am looking for the way to change the title of a Shell Widget once it has
  18. |> been managed. This doesn't work at all :
  19. |> 
  20. |>     XtSetArg(args[0], XmNtitle, xs);
  21. |>     XtSetValues(ShellWin, args, 1);
  22. |> 
  23.  
  24. Are you REALLY working with the shell widget or its child?
  25. XmCreateBulletinBoardDialog or whatever does not return the
  26. shell, but its child.  If you are calling XtManageChild
  27. on ShellWin then this is the case.
  28.