GtkDialog::set_has_separator

void set_has_separator(bool setting);

You may use this method to set whether the vbox and action_area are separated by a (usually horizontal) separator. Pass true as a parameter if you want the separator to be present, false otherwise.

The setting is true by default.

See also: get_has_separator()