Hi! Do you think these two pieces of code below are correct if I want to deiconify and popup a top level shell widget? void shell = get_shell(w); XMapWindow (XtDisplay (shell), XtWindow (shell)); void Boolean iconic; XtVaGetValues (shell, XtVaSetValues (shell, XtPopup(shell, get_grab_kind(grab_kind)); Thanks |
|||
