This property adds margin outside of the widget's normal size request, the margin will be added in addition to the size from gtk.widget.Widget.setSizeRequest for example.
Widget.marginBottom
int marginBottom() @property nothrowGet marginBottom property.
Returns
Margin on bottom side of widget.
void marginBottom(int propval) @property nothrowSet marginBottom property.
Parameters
propval | Margin on bottom side of widget. This property adds margin outside of the widget's normal size request, the margin will be added in addition to the size from gtk.widget.Widget.setSizeRequest for example. |