next up previous contents index
Next: 15.14 Standard module MiniAEFrame Up: 15.13 Standard module FrameWork Previous: 15.13.4 ScrolledWindow Object

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



guido@cnri.reston.va.us