Documentation
The mrulib provides a viable Most Recently Used (MRU) capability for storing the information in a config file (conflib) and managing a submenu of items.
Objects of type MRUList have no value, and it is an error to try to get or set this value.
MRUList.new (
MRUList ,
string me,
string sectionname,
wxmenu inifilename,
integer rootmenu,
integer maxmenuentries )
maxentriestotal
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| _private | MRUListprivate | |
| additem | function | |
| count | function | |
| finditem | function | |
| get | function | |
| getlistreference | function | |
| inifilename | string | |
| maxentriestotal | integer | |
| maxmenuentries | integer | |
| new | function | |
| onselect | event | |
| readconfig | function | |
| removeitem | function | |
| rootmenu | wxmenu | |
| sectionname | string | |
| setlistreference | function | |
| showdialog | function | |
| type | type | |
| updatemenu | function | |
| writeconfig | function |



