Hosted by
 |
Words
 |  | type Words |  |
 | Public representation. |  |
 |  | type Words_Access |  |
 | Pointer to representation data. |  |
 |  | function Create |  |
 | Constructor for instances. |  |
|
 |  | procedure Set_Lang |  |
 | Mutator to update the lang of a words. |  |
|
 |  | function Get_Lang |  |
 | Accessor to read the lang of a words. |  |
|
 |  | procedure Set_Relative_X |  |
 | Mutator to update the relative x of a words. |  |
|
 |  | function Get_Relative_X |  |
 | Accessor to read the relative x of a words. |  |
|
 |  | procedure Set_Relative_Y |  |
 | Mutator to update the relative y of a words. |  |
|
 |  | function Get_Relative_Y |  |
 | Accessor to read the relative y of a words. |  |
|
 |  | procedure Set_Text |  |
 | Mutator to update the text of a words. |  |
|
 |  | function Get_Text |  |
 | Accessor to read the text of a words. |  |
|
|
|