Submitted by Anonymous on Mon, 08/28/2000 - 08:22.
Hello,
maybe this is not very Motif question, but
how can I resize app at runtime? For example I`m writing panel application which can have both horizontal and vertical orientation. And orientation can be changed at runtime. When I use
XtVaSetValues(frame,,XmNwidth,new_width) app window does not resizes (I need manualy do this)
Can you give me some hints? I`m new to X programming. Sorry for bad English.