diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 15:06:51 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 15:06:51 -0500 |
| commit | 06fa3a5174e02ebf1061e67e60530c6d519eb9c1 (patch) | |
| tree | 4ee67ce5dc7aa8d10152915a422f5adc6ad6d9ba /sysdata_unix.go | |
| parent | 04ae299ef0918ad1e0c4482b71c00b49484924bb (diff) | |
Added password entry fields; they are the alternate mode of LineEdit.
Diffstat (limited to 'sysdata_unix.go')
| -rw-r--r-- | sysdata_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go index e45ddec..0852362 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -86,6 +86,7 @@ var classTypes = [nctypes]*classData{ }, c_lineedit: &classData{ make: gtk_entry_new, + makeAlt: gtkPasswordEntryNew, setText: gtk_entry_set_text, text: gtk_entry_get_text, }, |
