PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_action_about_open()

static void pgui_action_about_open ( )
static

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

1259 {
1260  /* Display the dialog and hide it again upon exit */
1261  gtk_dialog_run(GTK_DIALOG(dialog_about));
1262  gtk_widget_hide(dialog_about);
1263 }
static GtkWidget * dialog_about

References dialog_about.

Referenced by pgui_create_main_window().

Here is the caller graph for this function: