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

From ZCubes Wiki
Revision as of 20:03, 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/20/mac/scrolledwindow-object.html|[[Imag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


2.13.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.