system menu?
[Last modified: October 92] Answer: The user of an application can control functions in the system menu for an application using the mwm resource clientFunctions: mwm.application_name.clientFunctions: -resize -close Note that mwm will have to be restarted after putting this in their resource database. Answer: The writer of an application can only remove items. Be warned that your users will probably gnash their teeth, swear furiously at your product and stop using it if they discover that you have done this. (Especially if you have removed the Close button, your application has hung and it has taken up all of memory and swap so it can’t be killed.) Much better is to catch the action gracefully as in the next question.
Related Questions
- I want to remove a system from a group, but I don see the "Remove from Group" command on the Edit Menu. Where did it go?
- Why does system crash after "ACPI Suspend Type" being set to "S3" under the "Power Management Setup" menu?
- Why does my JavaScript driven drop-down navigation menu system not work with Gecko-based browsers ?