Changes

Jump to: navigation, search

Project A2 20141 - OOP344

337 bytes added, 18:59, 7 March 2014
The Big Picture: Added CField contract blurb
** Width/height of the frame, including the frame/border
*** This should be the width/height of the screen if the frame is in fullscreen
 
== CField ==
CField inherits from CFrame and implements some of the functionalities common to most widgets eg buttons, fields, and labels. It also propagates a contract of its own. This is to allow container objects to work with more derived objects (CLine, CLabel, CButton) without needing to know their exact class.
 
=== Contract ===

Navigation menu