GtkButtonBox::set_child_size

void set_child_size(int min_width, int min_height);

set_child_size() sets the minimum size for any child in the GtkButtonBox widget, in pixels.

The default setting is (85, 27).

Note that this method is deprecated, and that minimum sizing will be set internally in future versions of GTK+.