Re: coding standards
Brian Alliet <[email protected]> Fri, 20 Feb 2004 19:50:33 -0500
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Feb 20, 2004, at 7:35 PM, Charles Goodwin wrote: > thisbox.traps (public traps defined here first) in alphabetical order > done in read/write order (trap1.r, trap1.w, trap2.r, then trap2.w etc) > > then traps on other public properties This isn't related to the coding standards, but I think you're still confused about box properties (hopefully it isn't me that is confused :) ). The properties on "thisbox" *are* the public box properties. I don't seem why you make this distinction between thisbox traps and public box properties. -Brian