This chapter covers the use of widgets in the base Cuis-Smalltalk image. We hope the examples presented in this chapter provide enough knowledge to further explore the Cuis-Smalltalk widgets and tools present in the base image. We discuss core functionalities such as associating a widget with a model, handling user interactions, and updating a widget from a model. We conclude the chapter with the fully functional Memory Game v1.
| • Button: | ||
| • Menu: | ||
| • Text entry: | ||
| • List: | ||
| • Memory game: |