Method

HeDropdowninsert

Declaration

void
he_dropdown_insert (
  HeDropdown* self,
  gint position,
  const gchar* text
)

Description [src]

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.
.

Parameters

position

Type: gint

An index to insert text .

text

Type: const gchar*

A string .

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.