GtkButton Widget - Reduce the space between button and its Child.



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]