Would it be proper to say:
class window 'a base class
class CControl : window 'a derived class
class CButton : CControl 'a derived class of a derived class
Yes it would. Take a look in the GUI.inc file in the bin directory of your aurora installation for information about that stuff.
Lewis
The class part is right, just make sure you're not using ' for comments otherwise it will give you errors ;)