1
edit
Changes
→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 ===