XsComponent.C
History
- 03-Mar-96 1.0; Scott W. Sadler (sws@iti-oh.com)
+ 03-Mar-96 1.0; Scott W. Sadler (ssadler@cisco.com)
Created
*/
{
#ifndef NDEBUG
- if (XtIsManaged (_base))
- cout << "Re-managing a widget:" << _name << endl;
+ // if (XtIsManaged (_base))
+ // cout << "Re-managing a widget:" << _name << endl;
#endif
// Make sure the _destroyHandler was installed
{
#ifndef NDEBUG
- if (!XtIsManaged (_base))
- cout << "Re-unmanaging a widget:" << _name << endl;
+ // if (!XtIsManaged (_base))
+ // cout << "Re-unmanaging a widget:" << _name << endl;
#endif
assert (_base != 0);