The web page: **https://developer.gnome.org/gtk2/stable/GtkEntry.html**
shows the procedure **gtk_entry_get_buffer** being declared. However this is not in the nimble package **gtk2-1.1/gtk.nim** and when I try to add this declaration: > proc get_buffer*(entry: PEntry): PTextBuffer{.cdecl, > dynlib: lib, importc: "gtk_entry_get_buffer".} to my application I get a loader error: **could not import: gtk_entry_get_buffer** Thank you for any suggestions. BTW - I am trying to get rid of a spurious selection set on a gtk_entry