Description Usage Arguments Details Author(s)
Convenience function for setting up the most used case of this code: a
completion list with just strings. This function will set up completion
to have a list displaying all (and just) strings in the completion list,
and to get those strings from column
in the model of completion
.
1 | gtkEntryCompletionSetTextColumn(object, column)
|
|
A |
|
The column in the model of |
This functions creates and adds a GtkCellRendererText
for the selected
column. If you need to set the text column, but don't want the cell
renderer, use gObjectSet
to set the ::text_column property directly.
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.