|
| def | __init__ (self, parent, selection_callback, activation_callback=None) |
| |
| def | get_text (self, index) |
| |
| def | populate (self, data) |
| |
Definition at line 524 of file contentassist.py.
◆ __init__()
| def robotide.editor.contentassist.ContentAssistList.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
selection_callback, |
|
|
|
activation_callback = None |
|
) |
| |
◆ get_text()
| def robotide.editor.contentassist.ContentAssistList.get_text |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ populate()
| def robotide.editor.contentassist.ContentAssistList.populate |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _activation_callback
| robotide.editor.contentassist.ContentAssistList._activation_callback |
|
private |
◆ _selection_callback
| robotide.editor.contentassist.ContentAssistList._selection_callback |
|
private |
◆ color_background_help
| robotide.editor.contentassist.ContentAssistList.color_background_help |
◆ color_foreground_text
| robotide.editor.contentassist.ContentAssistList.color_foreground_text |
◆ general_settings
| robotide.editor.contentassist.ContentAssistList.general_settings |
The documentation for this class was generated from the following file: