Constructor

Gtk.Entry.new_with_buffer

Declaration [src]

GtkWidget*
gtk_entry_new_with_buffer (
  GtkEntryBuffer* buffer
)

Description [src]

Creates a new entry with the specified text buffer.

Parameters

buffer GtkEntryBuffer
 

The buffer to use for the new GtkEntry.

 Ownership is not transferred to the callee

Return value

Returns: GtkWidget

a new GtkEntry

Ownership is not transferred to the caller