item
| Function Name | Parameter | Return | Explain |
| getID | None | string | Retrieves the ID of item |
| getRect | None | rect | Retrieves the coordinates of item ico |
| setRect | rect | None | Sets the coordinates of item ico |
| getImage | None | string | Retrieves the image file name of item ico |
| setImage | string | None | Sets the image file of item ico |
| getDesc | None | string | Retrieves the description of item |
| setDesc | string | None | Sets the description of item |
| isHidden | None | boolean | Retrieves the visibility state of item |
| hide | boolean | None | Hide / Show the item |
| Lib Function | Parameter | Return | Explain |
| new | string ID | item | Pass in a string as ID; creates a new item |