GtkButton Widget - Reduce the space between button and its Child.
- From: "Gautam Ravi" <gautam ravichandran gmail com>
- To: gtk-list gnome org
- Subject: GtkButton Widget - Reduce the space between button and its Child.
- Date: Fri, 24 Aug 2007 19:16:44 +0530
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]