Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method GTK2.ComboBox()->insert_text()


Method insert_text

GTK2.ComboBox insert_text(int position, string text)

Description

Inserts string at position in the list of strings stored. Note that you can only use this function with combo boxes constructed with GTK2.ComboBox("a string").