Arguments: object name
Returns a symbol indicating the style of extended editing that will be performed by the inspector for the property of object named by name. The extended editor is invoked when the small button on the right side of the value in inspector row for a property. The returned value will be one of the following.
:long-expression
: edit in a separate window
:multiple-choice
: display the choices in a combo-box
or similar control
:toggle
: switch between t and nil
:color
: display a color choice dialog
:font
: display a font choice dialog
:path
: display a dialog for choosing a directory or file
:menu
: display the menu editor. Applies only to the menu property of a frame window.
:function
: the value will be a symbol naming a
function (as in the event-handler properties). If the symbol names a
user-supplied function, display the code for that function if
possible. Otherwise display a function definition template in an
editor buffer associated with the form.
Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.