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

◆ pgui_action_dumper_options_close()

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

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

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