chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
881fe3c
)
Exporting symbols
author
espen
<espen>
Sun, 17 Apr 2005 21:43:16 +0000
(21:43 +0000)
committer
espen
<espen>
Sun, 17 Apr 2005 21:43:16 +0000
(21:43 +0000)
gtk/gtkstyle.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkstyle.lisp
b/gtk/gtkstyle.lisp
index 290cf60f4f98af22faed9cc9f8723243cc856e18..1a357c1d07208f406a2c3d1e4f09bb0bc41b1b34 100644
(file)
--- a/
gtk/gtkstyle.lisp
+++ b/
gtk/gtkstyle.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: gtkstyle.lisp,v 1.
1 2004-12-20 00:48:57
espen Exp $
+;; $Id: gtkstyle.lisp,v 1.
2 2005-04-17 21:43:16
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-224,3
+224,8
@@
(defun style-black-gc (style)
(defun style-white-gc (style)
(%style-get-gc style :white :normal))
(defun style-white-gc (style)
(%style-get-gc style :white :normal))
+
+(export
+ '(style-fg style-bg style-light style-dark style-mid style-text style-base
+ style-text-aa style-fg-gc style-bg-gc style-light-gc style-dark-gc
+ style-mid-gc style-text-gc style-base-gc style-text-aa-gc))