You can do this either through the .mwmrc file by specifying the clientFunctions or clientDecorations, or through the application by setting XmNmwmFunctions and XmNmwmDecorations. I think that there are examples in the comp.windows.x.motif FAQ; see http//www.motifzone.com/resources/other.html for pointers to the FAQs available.
PS and do remember that this solution is specific to mwm (and derivatives); the ICCCM doesn`t define window manager decorations or a standard way to request a particular set of decorations.
You can do this either through the .mwmrc file by specifying the clientFunctions or clientDecorations, or through the application by setting XmNmwmFunctions and XmNmwmDecorations. I think that there are examples in the comp.windows.x.motif FAQ; see http//www.motifzone.com/resources/other.html for pointers to the FAQs available.
PS and do remember that this solution is specific to mwm (and derivatives); the ICCCM doesn`t define window manager decorations or a standard way to request a particular set of decorations.
Thank you, dbl.