From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Tobias Muller-Kortkamp Cc: "sourcenav@sourceware.cygnus.com" Subject: Re: Database Export Date: Thu, 09 Nov 2000 13:38:00 -0000 Message-id: References: <01C04A55.0406BD40.tobias.mkortkamp@cas-gmbh.de> X-SW-Source: 2000-q4/msg00199.html Hi, is there a reference what these codings mean? i.e (excerpt from table cl (classes)) name start_position end_position attributes ActionHandler 27.007 37.2 0x1 JavaDraw 15.013 302.1 0x4 JavaDrawFrame 10.013 33.1 0x4 Shape 8.019 20.1 0x24 UltraColor 9.013 83.1 0x4 WidgetPanel 14.013 236.1 0x4 If I recall correctly, these attributes are formed from the set of constants defined in sn.h -- such as: #define PAF_PRIVATE 0x000001 These constants are OR'ed together to form attribute values. Ben