Resizing a drawing area in GTK
Posted
by Pieter
on Stack Overflow
See other posts from Stack Overflow
or by Pieter
Published on 2010-05-25T11:16:39Z
Indexed on
2010/05/25
11:21 UTC
Read the original article
Hit count: 293
My application performs a 90 degree rotation on a drawing area, so the width and height of the drawing area need to be swapped.
How can I resize the drawing area with GTK in a way so that the new width and height are actually enforced, not just requested?
© Stack Overflow or respective owner