Copyright © 1996-1998 Christopher E. Hyde. All rights reserved.
inherits dialog item
name international text -- title of item
value boolean -- is checked initially?
inherits dialog item
value RGB color -- initial colour
flags integer -- color picker flags
dialog item by numeric index
size point -- size of window
bounds rectangle -- bounds of window
style standard window/standard dialog/movable dialog/plain dialog/shadowed dialog/standard palette/sideways palette -- window kind
closeable boolean -- does the window have a close box?
name international text -- title of window
help international text -- help string
timeout after integer -- seconds after which window closes automatically
default item integer -- index of default item
contents a list of dialog item -- the dialog items
dialog items
class type class -- class of this item
bounds rectangle -- bounds of this item
font integer -- the index of this item’s font
help international text -- help string
enabled boolean -- is this item enabled?
inherits dialog item
name international text -- the name of the font
size integer -- the font size in points
style a list of scrap styles -- the text style(s)
color RGB color -- the colour of the text
inherits dialog item
value integer -- initial value
max value integer -- maximum value of gauge
inherits dialog item
name international text -- title of item
style integer -- proc ID of control
value integer -- initial value
min value integer -- minimum value of gauge
max value integer -- maximum value of gauge
flags integer -- initial refCon value
inherits dialog item
name international text -- group label
style primary group/secondary group/tertiary group -- style of frame
inherits dialog item
contents anything -- colour or b&w icon or id of 'cicn' or 'ICON' resource
inherits list box
inherits dialog item
style integer -- button appearance style
contents integer -- family id of icon resources
inherits icon push button
value boolean -- is on initially?
inherits icon push button
value boolean -- is on initially?
inherits icon push button
value boolean -- is on initially?
inherits dialog item
value integer -- initial selection
flags integer -- selection flags
action integer -- value returned when double-clicked
column widths a list of integer -- widths of the tab columns
contents a list of international text -- the list items
inherits dialog item
contents alias -- the movie file
flags integer -- movie controller flags
inherits text field
inherits dialog item
contents anything -- Quickdraw picture or id of 'PICT' resource
inherits dialog item
contents a list of integer -- the coordinates of the vertices
inherits poly push button
value boolean -- is on initially?
inherits poly push button
value boolean -- is on initially?
inherits poly push button
value boolean -- is on initially?
inherits dialog item
name international text -- title of item
name width integer -- width of title
value integer -- initial selection
text field integer -- type-in field index
contents a list of international text -- the menu items
inherits dialog item
name international text -- title of item
action anything -- button action when pressed
inherits dialog item
name international text -- title of item
value boolean -- is on initially?
inherits dialog item
value integer -- initial on button
button offset point -- offset of next button
max down integer -- maximum buttons in vertical direction
contents a list of international text -- the button list
inherits dialog item
contents international text -- text of item
justification flush default/left/center/right -- justification of the text
inherits dialog item
name international text -- title of item
name bounds rectangle -- bounds of title
value international text -- initial text of item
dd auto dialog record -- the dialog description
[with fonts list] -- global font table
[grayscale boolean] -- Apple greyscale appearance(ish)
[float above app] -- the application above which windows should float
Result: list -- the final item values
dd calc dialog bounds point -- the dialog size
Result: rectangle -- the calculated rectangle
dd count dialogs
Result: integer -- the number of dialogs
dd delete reference -- the dialog or dialog items to delete
dd get reference -- the property to be returned
Result: anything -- the data from the object(s)
dd install
[with fonts list] -- global font table
[grayscale boolean] -- Apple greyscale appearance(ish)
[float above app] -- the application above which windows should float
dd interact with user
[for max ticks integer] -- maximum ticks before returning
Result: anything -- the index of the dialog item clicked or null
dd make a list of dialog item -- the dialog item record(s)
at location reference -- the location at which to insert the item(s)
dd make dialog record -- the dialog description
Result: reference -- reference to the new dialog
dd set reference -- the property and objects to change
to anything -- the new property value(s)
dd uninstall
|| url: http://www.foodoo.sunreal.com.au/info/dictionaries/DialogDirector_07_asDict.html
|| created: 4-Aug-03, 9:48 PM; updated: 4-Aug-03, 2:48 PM
|| size: 44625 bytes