[ Version ( since = "2.24" ) ]
public void prepend_text (string text)
Prepends text to the list of strings stored in this.
This is the same as calling insert_text with a position of 0.
| this |
A ComboBox |
| text |
A string |