|
Role Playing Database (API Documentation)
3.1.3
|
Public Member Functions | |
| items () | |
| itemcget (item, option) | |
| insert (where,...) | |
| ScrolledList (...) | |
Scrolled Listbox many ttk::treeview methods passed through to the list, otherwise methods to simulate BWindget List are provided.
| RolePlayingDB3::ScrolledList::ScrolledList | ( | ... | ) |
Constructor – build a scrolled list box.
| widgetpath | |
| ... | Options:
|
| RolePlayingDB3::ScrolledList::insert | ( | where | , |
| ... | |||
| ) |
Insert an item at a specified location.
| where | Index to insert at (end == at the end). |
| ... | Options: passed through to ttk::treview's insert method. |
| RolePlayingDB3::ScrolledList::itemcget | ( | item | , |
| option | |||
| ) |
Get an item's property
| item | Item id. |
| option | The option to fetch. |
| RolePlayingDB3::ScrolledList::items | ( | ) |
Return a list of item ids in the list
1.8.13