Yurttas/PL/SL/python/docs/core-python-programming/doc/152/mac/dialogwindow-objects.html

From ZCubes Wiki
Jump to navigation Jump to search


15.5 DialogWindow Objects

DialogWindow objects have the following methods besides those of Window objects:

open (resid)
Create the dialog window, from the DLOG resource with id resid. The dialog object is stored in self.wid.
do_itemhit (item, event)
Item number item was hit. You are responsible for redrawing toggle buttons, etc.

Send comments on this document to python-docs@python.org.