diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-17 16:27:19 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-17 16:27:19 -0400 |
commit | b9246716c77b10c6e5b8cbf65ea78653931e5751 (patch) | |
tree | e39c73c08752c5c0e66f3f38ffe8cff9b5486456 | |
parent | 960336af94a4e438de99f2893160735fed55f532 (diff) |
gui: Export apply-theme.
D'oh!
-rw-r--r-- | starling/gui.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starling/gui.scm b/starling/gui.scm index 614dfc0..f00c329 100644 --- a/starling/gui.scm +++ b/starling/gui.scm @@ -40,6 +40,7 @@ define-theme current-theme <widget> + apply-theme focused? hover? left-pressed? |