Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can an application de-iconify itself?

application de-iconify
0
Posted

How can an application de-iconify itself?

0

[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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123