Method

IdeRadioBoxadd_item

Declaration

void
ide_radio_box_add_item (
  IdeRadioBox* self,
  const gchar* id,
  const gchar* text
)

Description

No description available.

Parameters

id

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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