PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_action_about_open()

static void pgui_action_about_open ( )
static

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

1276 {
1277  /* Display the dialog and hide it again upon exit */
1278  gtk_dialog_run(GTK_DIALOG(dialog_about));
1279  gtk_widget_hide(dialog_about);
1280 }
static GtkWidget * dialog_about

References dialog_about.

Referenced by pgui_create_main_window().

Here is the caller graph for this function: