VkVuMeter

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

Questions about motif? Contact us

2 posts / 0 new
Last post
VkVuMeter

Submitted by Anonymous on Fri, 01/12/2001 - 19:13. Developers
Hello.
I trying to disable a VkVuMeter but it does not seem to work. I would like to have the VkVuMeter grayed out (or disable but still on screen). I used the function XtSetSensitive but I did not get want I hope for. Is there a waqy to do this ?

ICS_support

I don`t have the references in front of me, but I`d bet that you need to call a method on the VkVuMeter object instead, as in
meter->setSensitive(False)
or whatever the hook is that ViewKit provides. It is at a lower-level that the base classes call the Xt functions to reset the sensitivity of the widgets that make up the ViewKit classes (in this case, probably a slider).