Method

GtkEntryget_buffer

since: 2.18

Declaration [src]

GtkEntryBuffer*
gtk_entry_get_buffer (
  GtkEntry* entry
)

Description [src]

Get the GtkEntryBuffer object which holds the text for this widget.

Available since: 2.18

Gets propertyGtk.Entry:buffer

Return value

Type: GtkEntryBuffer

A GtkEntryBuffer object.

The returned data is owned by the instance.