Entry.this

Sets our main struct and passes it to the parent class.

  1. this(GtkEntry* gtkEntry, bool ownedRef)
    class Entry
    this
    (
    GtkEntry* gtkEntry
    ,
    bool ownedRef = false
    )
  2. this(string text)
  3. this(string text, int max)
  4. this()
  5. this(EntryBuffer buffer)