| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. |
Arguments: lamp-column-mixin
Returns the value of the lamp-widget property of a grid-column
that uses the lamp-column-mixin
class. The value may be set
when creating the grid column by passing the
lamp-widget initarg, or any time later by calling
(setf
lamp-widget).
The value should be a lamp widget. The widget would be created as usual for a dialog-item by calling make-instance, but typically you would not place the lamp widget onto a parent window like most widgets because it is being used by a grid column instead. Modifying the lamp widget will update the grid column as needed.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. |