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 1287 of file shp2pgsql-gui.c.

1288 {
1289  /* Only update the configuration if the user hit OK */
1290  if (response == GTK_RESPONSE_OK)
1292 
1293  /* Hide the dialog */
1294  gtk_widget_hide(dialog_loader_options);
1295 
1296  return;
1297 }
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: