Guest_imported
New member
- Jan 1, 1970
- 0
Hey there,
This relates to the gui I am building. Conceptually there is a root window and the various functions the gui are accessed via buttons. My question is this:
1. Is it better to have the various window classes as subclasses of the main root window class, or alternatively, have all the sub windows as separate classes within the same package.
Thanks
LoudHoward
This relates to the gui I am building. Conceptually there is a root window and the various functions the gui are accessed via buttons. My question is this:
1. Is it better to have the various window classes as subclasses of the main root window class, or alternatively, have all the sub windows as separate classes within the same package.
Thanks
LoudHoward