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

Revision as of 19:21, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/module-MiniAEFrame.html|[[Image:y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

See About this document... for information on suggesting changes.