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