[Python-Dev] help on MSAA

karthik karthik karthik19_20 at yahoo.com
Tue Dec 9 07:43:15 EST 2003


hi!!

my task is to develop a wrapper to the MSAA using 
python. for this i'm developing a module. the class
design is:

class Wrapper:

    class Application:
        
    class Window:

    class PushButton:

    class EditBox:

in my main module i create an object for the Wrapper
class and when i say:

wrapper.Application, it should enable me to access the
application..

similarly if i say,
wrapper.PushButton, it should enable me to access the
pushbutton...

in other words its a generic class tht gives me the
respective handlers. i inherit this class and user for
specific purposes.

thank u.
sha. 


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/



More information about the Python-Dev mailing list