Description Usage Arguments Details Value Author(s)
Creates a new GtkComboBoxEntry
which has a GtkEntry
as child and a list
of strings as popup. You can get the GtkEntry
from a GtkComboBoxEntry
using GTK_ENTRY (GTK_BIN (combo_box_entry)->child). To add and remove
strings from the list, just modify model
using its data manipulation
API.
1 | gtkComboBoxEntryNewWithModel(model, text.column, show = TRUE)
|
|
A |
|
A column in |
Since 2.4
[GtkWidget
] A new GtkComboBoxEntry
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.