API Version: 1
Library Version: 1.8.12
Generated by gi-docgen 2024.1
void he_dropdown_insert ( HeDropdown* self, gint position, const gchar* text )
Inserts text at position in the list of strings stored in this. If position is negative then text is appended. This is the same as calling he_dropdown_insert with a null ID string. .
position
Type: gint
gint
An index to insert text .
text
Type: const gchar*
const gchar*
A string .