forked from joejulian/gio
layout: add Values map to Context
Fixes: https://todo.sr.ht/~eliasnaur/gio/654 Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu> Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
committed by
Elias Naur
parent
8104d527c7
commit
c3ce484b5e
@@ -28,6 +28,10 @@ type Context struct {
|
||||
// Interested users must look up and populate these values manually.
|
||||
Locale system.Locale
|
||||
|
||||
// Values is a map of program global data associated with the context.
|
||||
// It is not for use by widgets.
|
||||
Values map[string]any
|
||||
|
||||
input.Source
|
||||
*op.Ops
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user