[Top]
GTK2
GTK2.ComboBox
|
Method GTK2.ComboBox()->remove_text()
- Method
remove_text
GTK2.ComboBox remove_text(int position)
- Description
Removes the string at position from this combo box.
Note that you can only use this function with combo boxes
constructed with GTK2.ComboBox("a string").
|