PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ pgui_action_about_open()

static void pgui_action_about_open ( )
static

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

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

References dialog_about.

Referenced by pgui_create_main_window().

Here is the caller graph for this function: