prepend_text
Description:
Prepends text
to the list of strings stored in this.
This is the same as calling insert_text with a position of 0.
Parameters:
this |
A ComboBox |
text |
A string |
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 |