PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_action_loader_options_close()

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

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

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