Path: utzoo!attcan!uunet!mcvax!ukc!stl!tjcm From: tjcm@stl.stc.co.uk (Crawford Macnab) Newsgroups: comp.windows.news Subject: NeWS Beginner Questions Message-ID: <668@acer.stl.stc.co.uk> Date: 13 May 88 13:20:24 GMT Reply-To: Crawford Macnab Organization: STC Technology Ltd,Harlow,UK. Lines: 11 o Are class variables really different from instance variables ? Looking at litewin.ps it appears that every time a window is mapped for the first time the class variables /FrameMenu and /IconMenu are redefined. Surely if a class object contains information to be inherited by all sub-classes then this information should be initialised at class creation time. o Has anyone created a window based interface to the debug.ps package ?