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

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