PostGIS  3.0.6dev-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 883 of file shp2pgsql-gui.c.

884 {
885  /* Only update the configuration if the user hit OK */
886  if (response == GTK_RESPONSE_OK)
888 
889  /* Hide the dialog */
890  gtk_widget_hide(dialog_dumper_options);
891 
892  return;
893 }
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: