static void activate_preview (GSimpleAction *action, GVariant *parameter, gpointer user_data) { print_or_preview (action, GTK_PRINT_OPERATION_ACTION_PREVIEW); }
void ExampleWindow::on_menu_file_print() { print_or_preview(Gtk::PRINT_OPERATION_ACTION_PRINT_DIALOG); }