PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_action_loader_options_close()

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

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

1301 {
1302  /* Only update the configuration if the user hit OK */
1303  if (response == GTK_RESPONSE_OK)
1305 
1306  /* Hide the dialog */
1307  gtk_widget_hide(dialog_loader_options);
1308 
1309  return;
1310 }
static void pgui_set_loader_configs_from_options_ui()
static GtkWidget * dialog_loader_options

References dialog_loader_options, and pgui_set_loader_configs_from_options_ui().

Referenced by pgui_create_loader_options_dialog().

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