[cells-gtk-devel] Re: Re: trivial patches
Matthew D. Swank
akopa.gmane.poster at gmail.com
Tue Jan 8 07:54:30 UTC 2008
On Mon, 31 Dec 2007 12:30:29 -0500, Peter Denno wrote:
>> Could I resubmit 4 patches from July? or did I also get commit
>> access?
>
> I'm pretty sure these have been committed, but for the next few days I
> don't have access to the computer that has my old email on it, so I
> can't look back at what this is about.
>
> What are these changes?
Wrap resizable attribute.
Index: cells-gtk/widgets.lisp
===================================================================
RCS file: /project/cells-gtk/cvsroot/root/cells-gtk/widgets.lisp,v
retrieving revision 1.19
diff -u -r1.19 widgets.lisp
--- cells-gtk/widgets.lisp 7 Jun 2006 16:50:15 -0000 1.19
+++ cells-gtk/widgets.lisp 12 Jul 2007 21:25:22 -0000
@@ -323,6 +323,9 @@
; :md-name :main-window
:new-args (c? (list (wintype self))))
+(def-c-output resizable ((self window))
+ (gtk-window-set-resizable (id self) new-value))
+
(def-c-output width ((self window))
(when new-value
(gtk-window-set-default-size (id self)
More information about the cells-gtk-devel
mailing list