Min/Max Button

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

Questions about motif? Contact us

4 posts / 0 new
Last post
Min/Max Button

Submitted by Anonymous on Thu, 05/24/2001 - 13:13. Developers
Hello.

I want to display window without min/max buttons in title bar. Because I am beginner, can you send me a whole resource in C++ ?

thank you

ICS_support

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.

ICS_support

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.

Anonymous

Thank you, dbl.