GtkDialog::get_has_separator

bool get_has_separator();

You may use this function to determine whether the dialog box contains a separator (between the vbox and action_area properties). The function return true if it does, false otherwise.

See also: set_has_separator()