It would be nice, to have a command, that allows you to automatically create another WindowClass, so I can seperate specific Gadgets from the others.
Code: Select all
ContainerGadget( .... ) ; would have PBContainer01 Class
ContainerGadget( .... ) ; this also
ChangeGadgetClass( )
ContainerGadget( .... ) ; would have PBContainer02 Class