All Manuals > Common Lisp Interface Manager 2.0 User's Guide > Chapter 10 Panes and Gadgets > 10.5 Gadgets > 10.5.3 Abstract Gadget Classes

NextPrevUpTopContentsIndex

10.5.3.1 The Label Gadget

label-pane 
labelling [Macro]	

Arguments: ( &rest options &key label label-alignment &allow-other-keys ) &body contents

Summary: Creates a pane that consists of the specified label, which is a string.

Valid options are :align-x (one of :left , :right , or :center ) and :text-style .

label-alignment may be one of :top or :bottom ),

contents must be a single (but possibly compound) pane.


Common Lisp Interface Manager 2.0 User's Guide - 20 Sep 2011

NextPrevUpTopContentsIndex