Skip to content
  • Matthias Clasen's avatar
    entry: Delegate to GtkText · 45fb1d06
    Matthias Clasen authored
    Use a GtkText child, and delegate the editable functionality
    to it. Also forward all the properties that are provided by
    GtkText.
    
    Some of the more internal APIs, such as layout and im context
    access and caps-lock warning, are removed here, but we preserve
    most of the plain GtkEntry API by forwarding it to the GtkText
    child.
    45fb1d06