How to add padding on left and right side of GtkImage?
Posted
by PP
on Stack Overflow
See other posts from Stack Overflow
or by PP
Published on 2010-03-18T11:06:01Z
Indexed on
2010/03/18
11:11 UTC
Read the original article
Hit count: 328
gtk
How to add padding on left and right side of GtkImage which is in GtkHBox.
I am having a GtkWindow -> GtkVBox -> GtkHBox (With 3 Columns)
In HBox in first i have put GtkImage Widget but it is very close to borders of HBox, i ned to add some padding in between, on left and right side of image not on top and bottom.
can we do this using glade or we have to do this from code?
thanks.
© Stack Overflow or respective owner