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:
29aa1cc
)
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 8d0451bd41c5e47da139bc0fbc143d7beac0ca7c..3c3bce37c71262e5d92ff669e4a9165d07e46e85 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))