PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ pgui_action_cancel()

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

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

1269 {
1270  if (!is_running)
1271  pgui_quit(widget, data); /* quit if we're not running */
1272  else
1273  is_running = FALSE;
1274 }
#define FALSE
Definition: dbfopen.c:168
data
Definition: ovdump.py:104
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: