Chapter 9. The embedded python

9.1. Reference

9.1.1. GabyWindow object

This object is used to hold a window as shown in Gaby. It has methods for common window actions (move, resize, destroy) as well as for actions specific to Gaby (bind, unbind, ...). It also has attributes to describe it closer (type, name, subtable, ...).

9.1.2. GabySubTable object

This object is used to hold a window as shown in Gaby. It has methods to access (both get and set) particular records, to move within the records, ... It also has attributes to describe it closer (name, fields, ...).

9.1.2.1. Methods