Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

item-object

Generic function

Summary

Returns the Dylan object representing an item in a list or table control.

Signature

item-object item => object

Arguments

item
An instance of type type-union(<list-item>, <table-item>).

Values

object
An instance of type <object>.

Library

duim-gadgets

Module

duim-gadgets

Description

Returns the Dylan object representing an item in a list or table control.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index