Hi,

GtkButton is derived from GtkBin, so it can contain child widget. The child
widget can be accessed like,

GTK_BIN(button)->child.

If we put a child(say GtkLabel) inside the button then by default there is a
space around the child and the button.
Is there any way to reduce this space ? Especially in the Y-axis
GtkButton has a property "inner-border" but it is Read only.

Any suggestions?

Regards,
R Gautam
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to