CLIM mail archive

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

Re: menu-bar




Colin Meldrum writes:
 > 
	...
 > 
 > The code is trivial...
 > 
 > (define-pane-type :menu-bar (&rest options &key command-table)
 >   (declare (non-dynamic-extent options))
 >   (with-keywords-removed (options options '(:command-table))
 >     `(make-pane 'menu-bar 
 > 		,@options
 > 		:command-table ,(or command-table
 > 				    `(frame-command-table frame)))))
 > 

Is DEFINE-PANE-TYPE a "standard" CLIM way to define pane
abbreviations? If so, it would give me a way to specify a common pane
appearance used throughout a particular application.

Phil Chu
Internet: pchu@bbn.com

References:

Main Index | Thread Index