PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_action_about_open()

static void pgui_action_about_open ( )
static

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

1263 {
1264  /* Display the dialog and hide it again upon exit */
1265  gtk_dialog_run(GTK_DIALOG(dialog_about));
1266  gtk_widget_hide(dialog_about);
1267 }
static GtkWidget * dialog_about

References dialog_about.

Referenced by pgui_create_main_window().

Here is the caller graph for this function: