PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_action_cancel()

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

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

1267 {
1268  if (!is_running)
1269  pgui_quit(widget, data); /* quit if we're not running */
1270  else
1271  is_running = FALSE;
1272 }
#define FALSE
Definition: dbfopen.c:168
data
Definition: ovdump.py:103
static volatile int is_running
static void pgui_quit(GtkWidget *widget, gpointer data)

References ovdump::data, FALSE, is_running, and pgui_quit().

Referenced by pgui_create_main_window().

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