[mcclim-devel] Gadget based accepting-values

Paul Werkowski pw at snoopy.mv.com
Sun May 11 13:08:13 UTC 2008


Clinton Ebadi wrote:
> I am fairly certain that the individual gadget views are supposed to
> inherit from gadget-view; gadget-dialog-view is like
> textual-dialog-view in that it represents the view for the entire
> dialog. Perhaps someone has access to Allegro or LispWorks CLIM and
> could check the class heirarchy? I can see why they might be derived
> from gadget-dialog-view instead
> 
In Lispworks CLIM, which seems to match the CLIM 2.2 spec (although
you can't tell that from the documentation)

standard-object
   clim:view
     clim:textual-view
       clim:gadget-view
         clim:gadget-menu-view
         clim:gadget-dialog-view
         clim:internals::actual-gadget-view
           clim:check-box-view, etc
       clim:pointer-documentation-view
       clim:textual-dialog-view
       clim:textual-menu-view

Paul



More information about the mcclim-devel mailing list