diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-20 14:17:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-20 14:17:00 -0400 |
| commit | ac6d0429f1befcceb94bca7ad57b19bd11afd1b6 (patch) | |
| tree | 1461f3d8ee9b388c5a3c86bb08181982feba1d74 /redo/textfield_unix.go | |
| parent | e06e32715552764769e85c72a43bf5ee78e5f555 (diff) | |
Implemented TextField.Invalid() on Windows.
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 |
