<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi. <br>
<br>
Did you try with :x-spacing and :y-spacing instead of :width and
:height to see what happens?<br>
<br>
Mariano<br>
<br>
El 27/03/13 09:22, Irène Durand escribió:<br>
</div>
<blockquote cite="mid:5152E47B.1080400@labri.fr" type="cite"> Hello,
<br>
<br>
In order to give a project to my students using McClim for the
graphical
<br>
interface, I am trying to make a square button of a given size.
<br>
<br>
But I always obtain a default size button the width, height,
max-width, ...
<br>
have no effect.
<br>
<br>
Where could I find some help about that?
<br>
<br>
Thank you,
<br>
Irène
<br>
<br>
(defun make-square-pane ()
<br>
(make-pane
<br>
'square-button-pane
<br>
:label ""
<br>
:width 20
<br>
:height 20
<br>
:activate-callback (lambda (x)
<br>
(setf (gadget-label x) "O"))))
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
mcclim-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mcclim-devel@common-lisp.net">mcclim-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>