Encapsulating Motif Widgets
Encapsulating Motif Widgets
- Hide data controlling widget behavior and geometry
- Provide member functions to modify behavior, geometry, and attachments
- Put common features of widgets into a common base class
- Over encapsulation makes the class difficult to use