Function
Pidgintext_combo_box_entry_new
Declaration [src]
GtkWidget*
pidgin_text_combo_box_entry_new (
const char* default_item,
GList* items
)
Parameters
default_item |
const char* |
Initial contents of GtkEntry. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
items |
A list of utf8 |
GList containing strings to add to GtkComboBox. |
|
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkWidget |
A newly created text GtkComboBox containing a GtkEntry child. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |