dict-browser: list_browser*When not @nil,
this is the list_browser
object that visualises this dictionary. The slot list_browser<-dict
contains the reverse pointer.
When the dict is modified, it will send messages to the list_browser
object:
- [
|](108,
[105,115,116,95,98,114,111,119,115,101,114,32,45,62,95,100,101,108,101,116,101,95,105,116,101,109,58,32,100,105,99,116,95,105,116,101,109]) - The indicated item has been deleted from the dict
- [
|](108,
[105,115,116,95,98,114,111,119,115,101,114,32,45,62,95,105,110,115,101,114,116,95,105,116,101,109,58,32,100,105,99,116,95,105,116,101,109]) - The indicated item has been inserted in the dict
- [
|](108,
[105,115,116,95,98,114,111,119,115,101,114,32,45,62,95,99,108,101,97,114]) - The dict has been cleared.
- See also
- - list_browser
-dict
- class list_browser