summaryrefslogtreecommitdiff
path: root/redo/textfield_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-20 14:17:00 -0400
committerPietro Gagliardi <[email protected]>2014-08-20 14:17:00 -0400
commitac6d0429f1befcceb94bca7ad57b19bd11afd1b6 (patch)
tree1461f3d8ee9b388c5a3c86bb08181982feba1d74 /redo/textfield_unix.go
parente06e32715552764769e85c72a43bf5ee78e5f555 (diff)
Implemented TextField.Invalid() on Windows.
Diffstat (limited to 'redo/textfield_unix.go')
-rw-r--r--redo/textfield_unix.go1
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