PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_action_dumper_options_close()

static void pgui_action_dumper_options_close ( GtkWidget *  widget,
gint  response,
gpointer  data 
)
static

Definition at line 881 of file shp2pgsql-gui.c.

882 {
883  /* Only update the configuration if the user hit OK */
884  if (response == GTK_RESPONSE_OK)
886 
887  /* Hide the dialog */
888  gtk_widget_hide(dialog_dumper_options);
889 
890  return;
891 }
static void pgui_set_dumper_configs_from_options_ui()
static GtkWidget * dialog_dumper_options

References dialog_dumper_options, and pgui_set_dumper_configs_from_options_ui().

Referenced by pgui_create_dumper_options_dialog().

Here is the call graph for this function:
Here is the caller graph for this function: