Example #1
0
File: others.go Project: sqp/godock
// text changed by the user. Restore color and the ability to save the value.
func onTextDefaultChanged(entry *gtk.Entry, key *cftype.Key) {
	key.IsDefault = false
	context, _ := entry.GetStyleContext()
	context.RemoveClass("DefaultValue")
}