diff options
Diffstat (limited to 'redo/textfield_unix.go')
| -rw-r--r-- | redo/textfield_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/textfield_unix.go b/redo/textfield_unix.go index e9624ee..cef2765 100644 --- a/redo/textfield_unix.go +++ b/redo/textfield_unix.go @@ -71,6 +71,7 @@ func (t *textfield) Invalid(reason string) { creason := togstr(reason) defer freegstr(creason) C.gtk_entry_set_icon_tooltip_text(t.entry, C.GTK_ENTRY_ICON_SECONDARY, creason) + // TODO beep } //export textfieldChanged |
