docs
code
community
mailing lists
downloads
planet
bugs
safari bookshelf
Product Documentation
ActivePython 2.5 Documentation
Table of Contents
Macintosh Library Modules
Previous:
2.8.4 ScrolledWindow Object
Up:
2.8 FrameWork
Next:
2.9 autoGIL
2.8.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.
Macintosh Library Modules
Previous:
2.8.4 ScrolledWindow Object
Up:
2.8 FrameWork
Next:
2.9 autoGIL
Release 2.5.1, documentation updated on 18th April, 2007.
See
About this document...
for information on suggesting changes.