You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Psy.GtkWindow resizes, is exposed, the window size should be know, hence set to the properties of the Psy.GtkWindow:width and Psy.GtkWindow:height
The text was updated successfully, but these errors were encountered:
Basically the window is created in its final dimensions in pixels. So in the PsyGtkWindow->constructed method we can set the final dimensions of the Canvas in pixels, this already happened for the width and height in milimeter.
Stimuli can now be drawn again. fixes#142
Additionally implement the Psy.Canvas::draw signal on
the canvas. In order to initiate a draw one should
call [[email protected]_draw]. This will emit
the draw signal on the canvas, the default handler
will draw the canvas.
With these changes the Psy.GtkWindow will have
correct window dimensions once it is constructed and will
not depend on the resize signal to have it's correct
dimensions For psylib aims at having non resizable
windows. This fixes#97
When the Psy.GtkWindow resizes, is exposed, the window size should be know, hence set to the properties of the Psy.GtkWindow:width and Psy.GtkWindow:height
The text was updated successfully, but these errors were encountered: