chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fix for COLOR-SELECTION
[clg]
/
gtk
/
gtk.lisp
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index fc9d2ca7bbbe7088586cf2a82b20dfdf98b53be7..56b9e0cf67c72ebdcad673ca477a6e38aeabb77b 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtk.lisp,v 1.8
7 2008/01/02 15:57:57
espen Exp $
+;; $Id: gtk.lisp,v 1.8
8 2008/01/10 22:11:15
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-706,10
+706,13
@@
(defbinding check-menu-item-toggled () nil
;;; Color selection
;;; Color selection
-(defbinding (color-selection-is-adjusting-p
- "gtk_color_selection_is_adjusting") () boolean
+(defbinding color-selection-is-adjusting-p () boolean
(colorsel color-selection))
(colorsel color-selection))
+(defbinding (color-selection-previous-color
+ "gtk_color_selection_get_previous_color") () nil
+ (colorsel color-selection)
+ ((make-instance 'gdk:color) gdk:color :in/return))
;;; Color selection dialog -- no functions
;;; Color selection dialog -- no functions