mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
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.
|
// Interested users must look up and populate these values manually.
|
||||||
Locale system.Locale
|
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
|
input.Source
|
||||||
*op.Ops
|
*op.Ops
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user