CLIM mail archive

[Prev][Next][Index][Thread]

Menus



     First, I'd like to be added to this mailing list.

     Secondly, I have a question about menu's.  I'm currently using the
following code segment to popup my menus:

     (clim:with-menu (menu parent)
;       (setf (slot-value menu 'clim::vertical-scroll-bar) nil)
       (clim:menu-choose-from-drawer menu 'clim:menu-item #'setup-menu))))))

but the problem I have is that I don't want the scroll bar to appear on
the menu.  I tried deleting it, as you can see above, but this didn't work.
So, does anybody know how I can get around this problem?

    Thanks,

       Erik Eilerts
       University of Texas at Austin
       eilerts@cs.utexas.edu



Main Index | Thread Index