Constructor
GtkEntryCompletionnew_with_area
since: 3.0
Declaration [src]
GtkEntryCompletion*
gtk_entry_completion_new_with_area (
GtkCellArea* area
)
Description [src]
Creates a new GtkEntryCompletion
object using the
specified area
to layout cells in the underlying
GtkTreeViewColumn
for the drop-down menu.
Available since: 3.0
Parameters
area
-
Type:
GtkCellArea
The
GtkCellArea
used to layout cells.The data is owned by the caller of the function.
Return value
Type: GtkEntryCompletion
A newly created GtkEntryCompletion
object.
The caller of the function takes ownership of the data, and is responsible for freeing it. |