PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_action_progress_delete()

static gint pgui_action_progress_delete ( GtkWidget *  widget,
GdkEvent *  event,
gpointer  data 
)
static

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

521 {
522  /* Stop the current import */
523  is_running = FALSE;
524 
525  return TRUE;
526 }
#define TRUE
Definition: dbfopen.c:169
#define FALSE
Definition: dbfopen.c:168
static volatile int is_running

References FALSE, is_running, and TRUE.

Referenced by pgui_create_progress_dialog().

Here is the caller graph for this function: