PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_action_cancel()

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

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

1284{
1285 if (!is_running)
1286 pgui_quit(widget, data); /* quit if we're not running */
1287 else
1288 is_running = FALSE;
1289}
#define FALSE
Definition dbfopen.c:72
static volatile int is_running
static void pgui_quit(GtkWidget *widget, gpointer data)

References 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: