DialogWindow Objects -- Python library reference



Prev: Window Objects Up: FrameWork Top: Top

14.12.3. DialogWindow Objects

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

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


Prev: Window Objects Up: FrameWork Top: Top