position of a non-visible window
Hi is it possible set or get the size of a window (pane) that has not been displayed ? It is, I make a window by evaluating (setf mywindow (make-instance 'capi:interface :x 10 :y 20)) #<CAPI:INTERFACE NIL 200DFFF3> now I want to set the position of mywindow to x=50 and y=50 and then when I execute (display mywindow) The window appears at position (50,50) thanks for your help Carlos Agon