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

◆ pgui_action_cancel()

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

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

1271{
1272 if (!is_running)
1273 pgui_quit(widget, data); /* quit if we're not running */
1274 else
1275 is_running = FALSE;
1276}
#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: