I have since months a problem in my software (In GTK2). I have a WIDGET (picture.png) which has a certain size. I define the X and Y coordinates of the image and set the size at the beginning to Zero. But if I want to change the size of the picture (to make it bigger or smaller), changes are only made in one direction (from left to right and from top to buttom). I have used the function gtk_widget_set_size_request(picture, width, height)
Is there a possibility or a function, that I can use to make changes for example from right to left and from buttom to top? Thank you very much!
Asked
Active
Viewed 318 times
0

Joe
- 31
- 9
-
[SSCCE](http://sscce.org) would be helpful – Jussi Kukkonen Jul 28 '16 at 20:09
-
@jku - Sorry what do you mean with SSCCE? Thanks :) – Joe Jul 28 '16 at 20:21
-
Click the link, there's an explanation (it's Short Self Contained Compilable Example) – Jussi Kukkonen Jul 28 '16 at 20:36