Method

Gtk.Entry.set_buffer

Declaration [src]

void
gtk_entry_set_buffer (
  GtkEntry* entry,
  GtkEntryBuffer* buffer
)

Description [src]

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

Sets propertyGtk.Entry:buffer

Parameters

buffer GtkEntryBuffer
 

a GtkEntryBuffer

 Ownership is not transferred to the callee