[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
[Last modified: Aug 98]
Answer: Carolyn Allen writes:
if(XtIsRealized(shell_widget))
{
Display *dpy = XtDisplay(shell_widget);
Window win = XtWindow(shell_widget);
Window client = XmuClientWindow(dpy,win);
XMapRaised(dpy,client);
}
If all you want to do is pop the icon to the top, use XRaiseWindow(dpy,client)
instead.
Send corrections/additions to the FAQ Maintainer:
Last Update May 13 2007 @ 00:23 AM