PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_action_connection_details()

static void pgui_action_connection_details ( GtkWidget *  widget,
gpointer  data 
)
static

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

2461 {
2462  /* Update the UI with the current options */
2464 
2465  gtk_widget_show_all(GTK_WIDGET(window_conn));
2466  return;
2467 }
static void update_conn_ui_from_conn_config(void)
static GtkWidget * window_conn
Definition: shp2pgsql-gui.c:98

References update_conn_ui_from_conn_config(), and window_conn.

Referenced by pgui_create_main_window().

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