Resizing app

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

1 post / 0 new
Resizing app

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.